#42501F

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

Shades of Bronzetone #42501F

Tints of Bronzetone #42501F

Color information

#42501F (or 0x42501F) is unknown color: approx Bronzetone. HEX triplet: 42, 50 and 1F. RGB value is (66,80,31). Sum of RGB (Red+Green+Blue) = 66+80+31=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #42501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42501F is #BDAFE0. Grayscale: #464646. Windows color (decimal): -12431329 or 2052162. OLE color: 2052162.

HSL color Cylindrical-coordinate representation of color #42501F: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42501F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB668031-
CMYK0.1700.610.69
HSL77.14º44.14%21.76%-
HSV(B)77.14º61.25%31.37%-
XYZ5.366.992.36-
YUV70.23105.86124.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=37.29%
G=45.20%
B=17.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680310.1700.610.6977.1444.1421.76
Hex42501F1103D454d2c16
Octal10212037210751051155426
Binary10000101010000111111000101111011000101100110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42501F; }

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

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

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

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

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

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

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

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