#482C2D

Color #482C2D Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #482C2D

Tints of Heath #482C2D

Color information

#482C2D (or 0x482C2D) is unknown color: approx Heath. HEX triplet: 48, 2C and 2D. RGB value is (72,44,45). Sum of RGB (Red+Green+Blue) = 72+44+45=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C2D is #B7D3D2. Grayscale: #343434. Windows color (decimal): -12047315 or 2960456. OLE color: 2960456.

HSL color Cylindrical-coordinate representation of color #482C2D: hue angle of 357.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 #482C2D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB724445-
CMYK00.390.380.72
HSL357.86º24.14%22.75%-
HSV(B)357.86º38.89%28.24%-
XYZ4.053.372.92-
YUV52.49123.78141.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=44.72%
G=27.33%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72444500.390.380.72357.8624.1422.75
Hex482C2D02726481661817
Octal1105455047461105463027
Binary1001000101100101101010011110011010010001011001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C2D; }

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

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

<style>
 a { background-color: #482C2D; }

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

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

<style>
 span { border-color: #482C2D; }

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

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