#42482C

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

Shades of Bronzetone #42482C

Tints of Bronzetone #42482C

Color information

#42482C (or 0x42482C) is unknown color: approx Bronzetone. HEX triplet: 42, 48 and 2C. RGB value is (66,72,44). Sum of RGB (Red+Green+Blue) = 66+72+44=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #42482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482C is #BDB7D3. Grayscale: #434343. Windows color (decimal): -12433364 or 2902082. OLE color: 2902082.

HSL color Cylindrical-coordinate representation of color #42482C: hue angle of 72.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42482C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB667244-
CMYK0.0800.390.72
HSL72.86º24.14%22.75%-
HSV(B)72.86º38.89%28.24%-
XYZ5.025.973.27-
YUV67.01115.01127.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=36.26%
G=39.56%
B=24.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672440.0800.390.7272.8624.1422.75
Hex42482C802748491817
Octal10211054100471101113027
Binary1000010100100010110010000100111100100010010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42482C; }

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

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

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

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

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

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

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

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