Html Css Color HEX #475224 Bronzetone

📋 copy color: '#475224'

red 71 ◦ green 82 ◦ blue 36

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

Shades of Bronzetone #475224

Tints of Bronzetone #475224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 37.57%
G = 43.39%
B = 19.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#475224 (or 0x475224) is known color: Bronzetone. HEX triplet: 47, 52 and 24. RGB value is (71,82,36). Sum of RGB (Red+Green+Blue) = 71+82+36=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #475224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475224 is #B8ADDB. Grayscale: #494949. Windows color (decimal): -12103132 or 2380359. OLE color: 2380359.

HSL color Cylindrical-coordinate representation of color #475224: hue angle of 74.35º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475224 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 36 -
CMYK 0.13 0 0.56 0.68
HSL 74.35º 0.39% 0.23% -
HSV(B) 74.35º 0.56% 0.32% -
XYZ 5.93 7.5 2.8 -
YUV 73.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 71 82 36 0.13 0 0.56 0.68 74.35 0.39 0.23
Hex 47 52 24 D 0 38 44 4A 27 17
Octal 107 122 44 15 0 70 104 112 47 27
Binary 1000111 1010010 100100 1101 0 111000 1000100 1001010 100111 10111

Color Harmonies of #475224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475224

Black with #475224

Text Example


Text Example

White with #475224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475224; }

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

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

background-color css

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

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

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

border-color css

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

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

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