#462B2C

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

Shades of Heath #462B2C

Tints of Heath #462B2C

Color information

#462B2C (or 0x462B2C) is unknown color: approx Heath. HEX triplet: 46, 2B and 2C. RGB value is (70,43,44). Sum of RGB (Red+Green+Blue) = 70+43+44=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B2C is #B9D4D3. Grayscale: #333333. Windows color (decimal): -12178644 or 2894662. OLE color: 2894662.

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

Color convert

RGB704344-
CMYK00.390.370.73
HSL357.78º23.89%22.16%-
HSV(B)357.78º38.57%27.45%-
XYZ3.843.212.8-
YUV51.19123.95141.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=44.59%
G=27.39%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70434400.390.370.73357.7823.8922.16
Hex462B2C02725491661816
Octal1065354047451115463026
Binary1000110101011101100010011110010110010011011001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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