#482B2D

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

Shades of Heath #482B2D

Tints of Heath #482B2D

Color information

#482B2D (or 0x482B2D) is unknown color: approx Heath. HEX triplet: 48, 2B and 2D. RGB value is (72,43,45). Sum of RGB (Red+Green+Blue) = 72+43+45=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B2D is #B7D4D2. Grayscale: #333333. Windows color (decimal): -12047571 or 2960200. OLE color: 2960200.

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

Color convert

RGB724345-
CMYK00.400.380.72
HSL355.86º25.22%22.55%-
HSV(B)355.86º40.28%28.24%-
XYZ4.013.292.91-
YUV51.9124.11142.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=45%
G=26.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72434500.400.380.72355.8625.2222.55
Hex482B2D02826481641917
Octal1105355050461105443127
Binary1001000101011101101010100010011010010001011001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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