#42481F

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

Shades of Bronzetone #42481F

Tints of Bronzetone #42481F

Color information

#42481F (or 0x42481F) is unknown color: approx Bronzetone. HEX triplet: 42, 48 and 1F. RGB value is (66,72,31). Sum of RGB (Red+Green+Blue) = 66+72+31=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #42481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42481F is #BDB7E0. Grayscale: #414141. Windows color (decimal): -12433377 or 2050114. OLE color: 2050114.

HSL color Cylindrical-coordinate representation of color #42481F: hue angle of 68.78º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42481F is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB667231-
CMYK0.0800.570.72
HSL68.78º39.81%20.2%-
HSV(B)68.78º56.94%28.24%-
XYZ4.815.892.18-
YUV65.53108.51128.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=39.05%
G=42.60%
B=18.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672310.0800.570.7268.7839.8120.2
Hex42481F803948452814
Octal10211037100711101055024
Binary1000010100100011111100001110011001000100010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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