#425222

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

Shades of Bronzetone #425222

Tints of Bronzetone #425222

Color information

#425222 (or 0x425222) is unknown color: approx Bronzetone. HEX triplet: 42, 52 and 22. RGB value is (66,82,34). Sum of RGB (Red+Green+Blue) = 66+82+34=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #425222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425222 is #BDADDD. Grayscale: #474747. Windows color (decimal): -12430814 or 2249282. OLE color: 2249282.

HSL color Cylindrical-coordinate representation of color #425222: hue angle of 80º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #425222 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB668234-
CMYK0.2000.590.68
HSL80º41.38%22.75%-
HSV(B)80º58.54%32.16%-
XYZ5.557.312.63-
YUV71.74106.7123.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 34 (13.67% from 255) = 18.68%
R=36.26%
G=45.05%
B=18.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682340.2000.590.688041.3822.75
Hex4252221403B44502917
Octal10212242240731041205127
Binary100001010100101000101010001110111000100101000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425222; }

 p { color: rgb(66,82,34); }

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

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

 a { background-color: rgb(66,82,34); }

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

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

 span { border-color: rgb(66,82,34); }

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