#463031

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

Shades of Cab Sav #463031

Tints of Cab Sav #463031

Color information

#463031 (or 0x463031) is unknown color: approx Cab Sav. HEX triplet: 46, 30 and 31. RGB value is (70,48,49). Sum of RGB (Red+Green+Blue) = 70+48+49=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463031 is #B9CFCE. Grayscale: #363636. Windows color (decimal): -12177359 or 3223622. OLE color: 3223622.

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

Color convert

RGB704849-
CMYK00.310.300.73
HSL357.27º18.64%23.14%-
HSV(B)357.27º31.43%27.45%-
XYZ4.143.643.39-
YUV54.69124.79138.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=41.92%
G=28.74%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70484900.310.300.73357.2718.6423.14
Hex46303101F1E491651317
Octal1066061037361115452327
Binary10001101100001100010111111111010010011011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463031; }

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

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

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

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

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

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

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

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