#42541F

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

Shades of Bronzetone #42541F

Tints of Bronzetone #42541F

Color information

#42541F (or 0x42541F) is unknown color: approx Bronzetone. HEX triplet: 42, 54 and 1F. RGB value is (66,84,31). Sum of RGB (Red+Green+Blue) = 66+84+31=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #42541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42541F is #BDABE0. Grayscale: #484848. Windows color (decimal): -12430305 or 2053186. OLE color: 2053186.

HSL color Cylindrical-coordinate representation of color #42541F: hue angle of 80.38º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42541F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB668431-
CMYK0.2100.630.67
HSL80.38º46.09%22.55%-
HSV(B)80.38º63.1%32.94%-
XYZ5.667.62.46-
YUV72.58104.54123.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=36.46%
G=46.41%
B=17.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684310.2100.630.6780.3846.0922.55
Hex42541F1503F43502e17
Octal10212437250771031205627
Binary10000101010100111111010101111111000011101000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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