#425324

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

Shades of Bronzetone #425324

Tints of Bronzetone #425324

Color information

#425324 (or 0x425324) is unknown color: approx Bronzetone. HEX triplet: 42, 53 and 24. RGB value is (66,83,36). Sum of RGB (Red+Green+Blue) = 66+83+36=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #425324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425324 is #BDACDB. Grayscale: #484848. Windows color (decimal): -12430556 or 2380610. OLE color: 2380610.

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

Color convert

RGB668336-
CMYK0.2000.570.67
HSL81.7º39.5%23.33%-
HSV(B)81.7º56.63%32.55%-
XYZ5.667.472.81-
YUV72.56107.37123.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=35.68%
G=44.86%
B=19.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683360.2000.570.6781.739.523.33
Hex4253241403943522717
Octal10212344240711031224727
Binary100001010100111001001010001110011000011101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425324; }

 p { color: rgb(66,83,36); }

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

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

 a { background-color: rgb(66,83,36); }

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

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

 span { border-color: rgb(66,83,36); }

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