#463133

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

Shades of Cab Sav #463133

Tints of Cab Sav #463133

Color information

#463133 (or 0x463133) is unknown color: approx Cab Sav. HEX triplet: 46, 31 and 33. RGB value is (70,49,51). Sum of RGB (Red+Green+Blue) = 70+49+51=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463133 is #B9CECC. Grayscale: #373737. Windows color (decimal): -12177101 or 3354950. OLE color: 3354950.

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

Color convert

RGB704951-
CMYK00.300.270.73
HSL354.29º17.65%23.33%-
HSV(B)354.29º30%27.45%-
XYZ4.223.743.63-
YUV55.51125.46138.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 51 (20.31% from 255) = 30%
R=41.18%
G=28.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70495100.300.270.73354.2917.6523.33
Hex46313301E1B491621217
Octal1066163036331115422227
Binary10001101100011100110111101101110010011011000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463133; }

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

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

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

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

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

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

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

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