Html Css Color HEX #475025 Bronzetone

📋 copy color: '#475025'

red 71 ◦ green 80 ◦ blue 37

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

Shades of Bronzetone #475025

Tints of Bronzetone #475025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 37 (14.84% from 255) = 19.68%

R = 37.77%
G = 42.55%
B = 19.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#475025 (or 0x475025) is known color: Bronzetone. HEX triplet: 47, 50 and 25. RGB value is (71,80,37). Sum of RGB (Red+Green+Blue) = 71+80+37=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #475025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475025 is #B8AFDA. Grayscale: #484848. Windows color (decimal): -12103643 or 2445383. OLE color: 2445383.

HSL color Cylindrical-coordinate representation of color #475025: hue angle of 72.56º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475025 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 37 -
CMYK 0.11 0 0.54 0.69
HSL 72.56º 0.37% 0.23% -
HSV(B) 72.56º 0.54% 0.31% -
XYZ 5.8 7.21 2.84 -
YUV 72.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 71 80 37 0.11 0 0.54 0.69 72.56 0.37 0.23
Hex 47 50 25 B 0 36 45 49 25 17
Octal 107 120 45 13 0 66 105 111 45 27
Binary 1000111 1010000 100101 1011 0 110110 1000101 1001001 100101 10111

Color Harmonies of #475025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475025

Black with #475025

Text Example


Text Example

White with #475025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475025; }

 p { color: rgb(71,80,37); }

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

background-color css

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

 a { background-color: rgb(71,80,37); }

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

border-color css

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

 span { border-color: rgb(71,80,37); }

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