#42482D

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

Shades of Bronzetone #42482D

Tints of Bronzetone #42482D

Color information

#42482D (or 0x42482D) is unknown color: approx Bronzetone. HEX triplet: 42, 48 and 2D. RGB value is (66,72,45). Sum of RGB (Red+Green+Blue) = 66+72+45=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #42482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482D is #BDB7D2. Grayscale: #434343. Windows color (decimal): -12433363 or 2967618. OLE color: 2967618.

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

Color convert

RGB667245-
CMYK0.0800.380.72
HSL73.33º23.08%22.94%-
HSV(B)73.33º37.5%28.24%-
XYZ5.045.983.37-
YUV67.13115.51127.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=36.07%
G=39.34%
B=24.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672450.0800.380.7273.3323.0822.94
Hex42482D802648491717
Octal10211055100461101112727
Binary1000010100100010110110000100110100100010010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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