Html Css Color HEX #475624 Bronzetone

📋 copy color: '#475624'

red 71 ◦ green 86 ◦ blue 36

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

Shades of Bronzetone #475624

Tints of Bronzetone #475624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.56%

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

R = 36.79%
G = 44.56%
B = 18.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#475624 (or 0x475624) is known color: Bronzetone. HEX triplet: 47, 56 and 24. RGB value is (71,86,36). Sum of RGB (Red+Green+Blue) = 71+86+36=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #475624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475624 is #B8A9DB. Grayscale: #4B4B4B. Windows color (decimal): -12102108 or 2381383. OLE color: 2381383.

HSL color Cylindrical-coordinate representation of color #475624: hue angle of 78º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #475624 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 36 -
CMYK 0.17 0 0.58 0.66
HSL 78º 0.41% 0.24% -
HSV(B) 78º 0.58% 0.34% -
XYZ 6.24 8.12 2.91 -
YUV 75.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 71 86 36 0.17 0 0.58 0.66 78 0.41 0.24
Hex 47 56 24 11 0 3A 42 4E 29 18
Octal 107 126 44 21 0 72 102 116 51 30
Binary 1000111 1010110 100100 10001 0 111010 1000010 1001110 101001 11000

Color Harmonies of #475624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475624

Black with #475624

Text Example


Text Example

White with #475624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475624; }

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

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

background-color css

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

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

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

border-color css

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

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

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