#425225

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

Shades of Bronzetone #425225

Tints of Bronzetone #425225

Color information

#425225 (or 0x425225) is unknown color: approx Bronzetone. HEX triplet: 42, 52 and 25. RGB value is (66,82,37). Sum of RGB (Red+Green+Blue) = 66+82+37=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #425225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425225 is #BDADDA. Grayscale: #484848. Windows color (decimal): -12430811 or 2445890. OLE color: 2445890.

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

Color convert

RGB668237-
CMYK0.2000.550.68
HSL81.33º37.82%23.33%-
HSV(B)81.33º54.88%32.16%-
XYZ5.67.332.87-
YUV72.09108.2123.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 37 (14.84% from 255) = 20%
R=35.68%
G=44.32%
B=20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682370.2000.550.6881.3337.8223.33
Hex4252251403744512617
Octal10212245240671041214627
Binary100001010100101001011010001101111000100101000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425225; }

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

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

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

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

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

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

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

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