#425127

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

Shades of Bronzetone #425127

Tints of Bronzetone #425127

Color information

#425127 (or 0x425127) is unknown color: approx Bronzetone. HEX triplet: 42, 51 and 27. RGB value is (66,81,39). Sum of RGB (Red+Green+Blue) = 66+81+39=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #425127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425127 is #BDAED8. Grayscale: #474747. Windows color (decimal): -12431065 or 2576706. OLE color: 2576706.

HSL color Cylindrical-coordinate representation of color #425127: hue angle of 81.43º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425127 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB668139-
CMYK0.1900.520.68
HSL81.43º35%23.53%-
HSV(B)81.43º51.85%31.76%-
XYZ5.567.193.01-
YUV71.73109.53123.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=35.48%
G=43.55%
B=20.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681390.1900.520.6881.433523.53
Hex4251271303444512318
Octal10212147230641041214330
Binary100001010100011001111001101101001000100101000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425127; }

 p { color: rgb(66,81,39); }

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

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

 a { background-color: rgb(66,81,39); }

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

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

 span { border-color: rgb(66,81,39); }

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