#463032

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

Shades of Cab Sav #463032

Tints of Cab Sav #463032

Color information

#463032 (or 0x463032) is unknown color: approx Cab Sav. HEX triplet: 46, 30 and 32. RGB value is (70,48,50). Sum of RGB (Red+Green+Blue) = 70+48+50=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #463032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463032 is #B9CFCD. Grayscale: #363636. Windows color (decimal): -12177358 or 3289158. OLE color: 3289158.

HSL color Cylindrical-coordinate representation of color #463032: hue angle of 354.55º 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 #463032 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB704850-
CMYK00.310.290.73
HSL354.55º18.64%23.14%-
HSV(B)354.55º31.43%27.45%-
XYZ4.163.653.5-
YUV54.81125.29138.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=41.67%
G=28.57%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70485000.310.290.73354.5518.6423.14
Hex46303201F1D491631317
Octal1066062037351115432327
Binary10001101100001100100111111110110010011011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463032; }

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

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

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

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

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

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

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

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