Html Css Color HEX #404B24 Bronzetone

📋 copy color: '#404B24'

red 64 ◦ green 75 ◦ blue 36

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

Shades of Bronzetone #404B24

Tints of Bronzetone #404B24

RGB

 RED value IS 64 (25.39% from 255) = 36.57%

 GREEN value IS 75 (29.69% from 255) = 42.86%

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

R = 36.57%
G = 42.86%
B = 20.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#404B24 (or 0x404B24) is known color: Bronzetone. HEX triplet: 40, 4B and 24. RGB value is (64,75,36). Sum of RGB (Red+Green+Blue) = 64+75+36=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #404B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B24 is #BFB4DB. Grayscale: #434343. Windows color (decimal): -12563676 or 2378560. OLE color: 2378560.

HSL color Cylindrical-coordinate representation of color #404B24: hue angle of 76.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404B24 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 75 36 -
CMYK 0.15 0 0.52 0.71
HSL 76.92º 0.35% 0.22% -
HSV(B) 76.92º 0.52% 0.29% -
XYZ 4.95 6.25 2.61 -
YUV 67.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 64 75 36 0.15 0 0.52 0.71 76.92 0.35 0.22
Hex 40 4B 24 F 0 34 47 4D 23 16
Octal 100 113 44 17 0 64 107 115 43 26
Binary 1000000 1001011 100100 1111 0 110100 1000111 1001101 100011 10110

Color Harmonies of #404B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B24

Black with #404B24

Text Example


Text Example

White with #404B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404B24; }

 p { color: rgb(64,75,36); }

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

background-color css

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

 a { background-color: rgb(64,75,36); }

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

border-color css

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

 span { border-color: rgb(64,75,36); }

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