#462F31

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

Shades of Cab Sav #462F31

Tints of Cab Sav #462F31

Color information

#462F31 (or 0x462F31) is unknown color: approx Cab Sav. HEX triplet: 46, 2F and 31. RGB value is (70,47,49). Sum of RGB (Red+Green+Blue) = 70+47+49=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F31 is #B9D0CE. Grayscale: #363636. Windows color (decimal): -12177615 or 3223366. OLE color: 3223366.

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

Color convert

RGB704749-
CMYK00.330.300.73
HSL354.78º19.66%22.94%-
HSV(B)354.78º32.86%27.45%-
XYZ4.13.563.38-
YUV54.1125.12139.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=42.17%
G=28.31%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70474900.330.300.73354.7819.6622.94
Hex462F310211E491631417
Octal1065761041361115432427
Binary100011010111111000101000011111010010011011000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,47,49); }

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

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

 a { background-color: rgb(70,47,49); }

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

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

 span { border-color: rgb(70,47,49); }

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