Html Css Color HEX #404824 Bronzetone

📋 copy color: '#404824'

red 64 ◦ green 72 ◦ blue 36

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

Shades of Bronzetone #404824

Tints of Bronzetone #404824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

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

R = 37.21%
G = 41.86%
B = 20.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#404824 (or 0x404824) is known color: Bronzetone. HEX triplet: 40, 48 and 24. RGB value is (64,72,36). Sum of RGB (Red+Green+Blue) = 64+72+36=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #404824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404824 is #BFB7DB. Grayscale: #414141. Windows color (decimal): -12564444 or 2377792. OLE color: 2377792.

HSL color Cylindrical-coordinate representation of color #404824: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404824 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 36 -
CMYK 0.11 0 0.5 0.72
HSL 73.33º 0.33% 0.21% -
HSV(B) 73.33º 0.5% 0.28% -
XYZ 4.75 5.85 2.55 -
YUV 65.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 64 72 36 0.11 0 0.5 0.72 73.33 0.33 0.21
Hex 40 48 24 B 0 32 48 49 21 15
Octal 100 110 44 13 0 62 110 111 41 25
Binary 1000000 1001000 100100 1011 0 110010 1001000 1001001 100001 10101

Color Harmonies of #404824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404824

Black with #404824

Text Example


Text Example

White with #404824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404824; }

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

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

background-color css

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

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

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

border-color css

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

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

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