#42561F

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

Shades of Bronzetone #42561F

Tints of Bronzetone #42561F

Color information

#42561F (or 0x42561F) is unknown color: approx Bronzetone. HEX triplet: 42, 56 and 1F. RGB value is (66,86,31). Sum of RGB (Red+Green+Blue) = 66+86+31=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #42561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561F is #BDA9E0. Grayscale: #494949. Windows color (decimal): -12429793 or 2053698. OLE color: 2053698.

HSL color Cylindrical-coordinate representation of color #42561F: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42561F is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB668631-
CMYK0.2300.640.66
HSL81.82º47.01%22.94%-
HSV(B)81.82º63.95%33.73%-
XYZ5.827.912.52-
YUV73.75103.87122.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=36.07%
G=46.99%
B=16.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686310.2300.640.6681.8247.0122.94
Hex42561F1704042522f17
Octal102126372701001021225727
Binary100001010101101111110111010000001000010101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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