Html Css Color HEX #475525 Bronzetone

📋 copy color: '#475525'

red 71 ◦ green 85 ◦ blue 37

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

Shades of Bronzetone #475525

Tints of Bronzetone #475525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.04%

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

R = 36.79%
G = 44.04%
B = 19.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#475525 (or 0x475525) is known color: Bronzetone. HEX triplet: 47, 55 and 25. RGB value is (71,85,37). Sum of RGB (Red+Green+Blue) = 71+85+37=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #475525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475525 is #B8AADA. Grayscale: #4B4B4B. Windows color (decimal): -12102363 or 2446663. OLE color: 2446663.

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

Color convert

RGB 71 85 37 -
CMYK 0.16 0 0.56 0.67
HSL 77.5º 0.39% 0.24% -
HSV(B) 77.5º 0.56% 0.33% -
XYZ 6.18 7.97 2.96 -
YUV 75.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 71 85 37 0.16 0 0.56 0.67 77.5 0.39 0.24
Hex 47 55 25 10 0 38 43 4E 27 18
Octal 107 125 45 20 0 70 103 116 47 30
Binary 1000111 1010101 100101 10000 0 111000 1000011 1001110 100111 11000

Color Harmonies of #475525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475525

Black with #475525

Text Example


Text Example

White with #475525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475525; }

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

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

background-color css

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

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

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

border-color css

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

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

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