Html Css Color HEX #414524 Bronzetone

📋 copy color: '#414524'

red 65 ◦ green 69 ◦ blue 36

#414524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #414524

Tints of Bronzetone #414524

RGB

 RED value IS 65 (25.78% from 255) = 38.24%

 GREEN value IS 69 (27.34% from 255) = 40.59%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 38.24%
G = 40.59%
B = 21.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#414524 (or 0x414524) is known color: Bronzetone. HEX triplet: 41, 45 and 24. RGB value is (65,69,36). Sum of RGB (Red+Green+Blue) = 65+69+36=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #414524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414524 is #BEBADB. Grayscale: #404040. Windows color (decimal): -12499676 or 2377025. OLE color: 2377025.

HSL color Cylindrical-coordinate representation of color #414524: hue angle of 67.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414524 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 36 -
CMYK 0.06 0 0.48 0.73
HSL 67.27º 0.31% 0.21% -
HSV(B) 67.27º 0.48% 0.27% -
XYZ 4.63 5.51 2.49 -
YUV 64.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 65 69 36 0.06 0 0.48 0.73 67.27 0.31 0.21
Hex 41 45 24 6 0 30 49 43 1F 15
Octal 101 105 44 6 0 60 111 103 37 25
Binary 1000001 1000101 100100 110 0 110000 1001001 1000011 11111 10101

Color Harmonies of #414524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414524

Black with #414524

Text Example


Text Example

White with #414524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414524; }

 p { color: rgb(65,69,36); }

 H1.HeaderClassName
 {
   color: #414524;
 }
 .AnyTagClassName
 {
   color: #414524;
 }
</style>

background-color css

<style>
 a { background-color: #414524; }

 a { background-color: rgb(65,69,36); }

 div.DivClassName
 {
   background-color: #414524;
 }
 .BgClassName
 {
   background-color: #414524;
 }
</style>

border-color css

<style>
 span { border-color: #414524; }

 span { border-color: rgb(65,69,36); }

 td.TdClassName
 {
   border-color: #414524;
 }
 .TagClassName
 {
   border-color: #414524;
 }
</style>