#462C2D

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

Shades of Heath #462C2D

Tints of Heath #462C2D

Color information

#462C2D (or 0x462C2D) is unknown color: approx Heath. HEX triplet: 46, 2C and 2D. RGB value is (70,44,45). Sum of RGB (Red+Green+Blue) = 70+44+45=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C2D is #B9D3D2. Grayscale: #333333. Windows color (decimal): -12178387 or 2960454. OLE color: 2960454.

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

Color convert

RGB704445-
CMYK00.370.360.73
HSL357.69º22.81%22.35%-
HSV(B)357.69º37.14%27.45%-
XYZ3.93.292.91-
YUV51.89124.11140.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=44.03%
G=27.67%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70444500.370.360.73357.6922.8122.35
Hex462C2D02524491661716
Octal1065455045441115462726
Binary1000110101100101101010010110010010010011011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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