#463033

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

Shades of Cab Sav #463033

Tints of Cab Sav #463033

Color information

#463033 (or 0x463033) is unknown color: approx Cab Sav. HEX triplet: 46, 30 and 33. RGB value is (70,48,51). Sum of RGB (Red+Green+Blue) = 70+48+51=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463033 is #B9CFCC. Grayscale: #363636. Windows color (decimal): -12177357 or 3354694. OLE color: 3354694.

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

Color convert

RGB704851-
CMYK00.310.270.73
HSL351.82º18.64%23.14%-
HSV(B)351.82º31.43%27.45%-
XYZ4.183.663.62-
YUV54.92125.79138.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=41.42%
G=28.40%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70485100.310.270.73351.8218.6423.14
Hex46303301F1B491601317
Octal1066063037331115402327
Binary10001101100001100110111111101110010011011000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463033; }

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

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

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

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

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

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

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

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