Html Css Color HEX #475127 Bronzetone

📋 copy color: '#475127'

red 71 ◦ green 81 ◦ blue 39

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

Shades of Bronzetone #475127

Tints of Bronzetone #475127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.41%

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 37.17%
G = 42.41%
B = 20.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#475127 (or 0x475127) is known color: Bronzetone. HEX triplet: 47, 51 and 27. RGB value is (71,81,39). Sum of RGB (Red+Green+Blue) = 71+81+39=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #475127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475127 is #B8AED8. Grayscale: #494949. Windows color (decimal): -12103385 or 2576711. OLE color: 2576711.

HSL color Cylindrical-coordinate representation of color #475127: hue angle of 74.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475127 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 39 -
CMYK 0.12 0 0.52 0.68
HSL 74.29º 0.35% 0.24% -
HSV(B) 74.29º 0.52% 0.32% -
XYZ 5.91 7.37 3.03 -
YUV 73.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 71 81 39 0.12 0 0.52 0.68 74.29 0.35 0.24
Hex 47 51 27 C 0 34 44 4A 23 18
Octal 107 121 47 14 0 64 104 112 43 30
Binary 1000111 1010001 100111 1100 0 110100 1000100 1001010 100011 11000

Color Harmonies of #475127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475127

Black with #475127

Text Example


Text Example

White with #475127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475127; }

 p { color: rgb(71,81,39); }

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

background-color css

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

 a { background-color: rgb(71,81,39); }

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

border-color css

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

 span { border-color: rgb(71,81,39); }

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