Html Css Color HEX #475424 Bronzetone

📋 copy color: '#475424'

red 71 ◦ green 84 ◦ blue 36

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

Shades of Bronzetone #475424

Tints of Bronzetone #475424

RGB

 RED value IS 71 (28.13% from 255) = 37.17%

 GREEN value IS 84 (33.2% from 255) = 43.98%

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

R = 37.17%
G = 43.98%
B = 18.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#475424 (or 0x475424) is known color: Bronzetone. HEX triplet: 47, 54 and 24. RGB value is (71,84,36). Sum of RGB (Red+Green+Blue) = 71+84+36=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #475424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475424 is #B8ABDB. Grayscale: #4A4A4A. Windows color (decimal): -12102620 or 2380871. OLE color: 2380871.

HSL color Cylindrical-coordinate representation of color #475424: hue angle of 76.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #475424 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 36 -
CMYK 0.15 0 0.57 0.67
HSL 76.25º 0.4% 0.24% -
HSV(B) 76.25º 0.57% 0.33% -
XYZ 6.09 7.81 2.86 -
YUV 74.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 71 84 36 0.15 0 0.57 0.67 76.25 0.4 0.24
Hex 47 54 24 F 0 39 43 4C 28 18
Octal 107 124 44 17 0 71 103 114 50 30
Binary 1000111 1010100 100100 1111 0 111001 1000011 1001100 101000 11000

Color Harmonies of #475424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475424

Black with #475424

Text Example


Text Example

White with #475424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475424; }

 p { color: rgb(71,84,36); }

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

background-color css

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

 a { background-color: rgb(71,84,36); }

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

border-color css

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

 span { border-color: rgb(71,84,36); }

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