#425520

Color #425520 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #425520

Tints of Bronzetone #425520

Color information

#425520 (or 0x425520) is unknown color: approx Bronzetone. HEX triplet: 42, 55 and 20. RGB value is (66,85,32). Sum of RGB (Red+Green+Blue) = 66+85+32=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #425520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425520 is #BDAADF. Grayscale: #494949. Windows color (decimal): -12430048 or 2118978. OLE color: 2118978.

HSL color Cylindrical-coordinate representation of color #425520: hue angle of 81.51º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425520 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB668532-
CMYK0.2200.620.67
HSL81.51º45.3%22.94%-
HSV(B)81.51º62.35%33.33%-
XYZ5.767.762.56-
YUV73.28104.71122.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=36.07%
G=46.45%
B=17.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685320.2200.620.6781.5145.322.94
Hex4255201603E43522d17
Octal10212540260761031225527
Binary100001010101011000001011001111101000011101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425520; }

 p { color: rgb(66,85,32); }

 H1.HeaderClassName
 {
   color: #425520;
 }
 .AnyTagClassName
 {
   color: #425520;
 }
</style>
background-color css

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

 a { background-color: rgb(66,85,32); }

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

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

 span { border-color: rgb(66,85,32); }

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