#425028

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

Shades of Bronzetone #425028

Tints of Bronzetone #425028

Color information

#425028 (or 0x425028) is unknown color: approx Bronzetone. HEX triplet: 42, 50 and 28. RGB value is (66,80,40). Sum of RGB (Red+Green+Blue) = 66+80+40=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #425028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425028 is #BDAFD7. Grayscale: #474747. Windows color (decimal): -12431320 or 2641986. OLE color: 2641986.

HSL color Cylindrical-coordinate representation of color #425028: hue angle of 81º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425028 is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB668040-
CMYK0.1700.50.69
HSL81º33.33%23.53%-
HSV(B)81º50%31.37%-
XYZ5.57.053.08-
YUV71.25110.36124.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=35.48%
G=43.01%
B=21.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680400.1700.50.698133.3323.53
Hex4250281103245512118
Octal10212050210621051214130
Binary100001010100001010001000101100101000101101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425028; }

 p { color: rgb(66,80,40); }

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

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

 a { background-color: rgb(66,80,40); }

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

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

 span { border-color: rgb(66,80,40); }

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