#482E2F

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

Shades of Heath #482E2F

Tints of Heath #482E2F

Color information

#482E2F (or 0x482E2F) is unknown color: approx Heath. HEX triplet: 48, 2E and 2F. RGB value is (72,46,47). Sum of RGB (Red+Green+Blue) = 72+46+47=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E2F is #B7D1D0. Grayscale: #353535. Windows color (decimal): -12046801 or 3092040. OLE color: 3092040.

HSL color Cylindrical-coordinate representation of color #482E2F: hue angle of 357.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #482E2F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB724647-
CMYK00.360.350.72
HSL357.69º22.03%23.14%-
HSV(B)357.69º36.11%28.24%-
XYZ4.163.543.15-
YUV53.89124.11140.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=43.64%
G=27.88%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72464700.360.350.72357.6922.0323.14
Hex482E2F02423481661617
Octal1105657044431105462627
Binary1001000101110101111010010010001110010001011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,46,47); }

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

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

 a { background-color: rgb(72,46,47); }

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

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

 span { border-color: rgb(72,46,47); }

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