#463035

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

Shades of Cab Sav #463035

Tints of Cab Sav #463035

Color information

#463035 (or 0x463035) is unknown color: approx Cab Sav. HEX triplet: 46, 30 and 35. RGB value is (70,48,53). Sum of RGB (Red+Green+Blue) = 70+48+53=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #463035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463035 is #B9CFCA. Grayscale: #373737. Windows color (decimal): -12177355 or 3485766. OLE color: 3485766.

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

Color convert

RGB704853-
CMYK00.310.240.73
HSL346.36º18.64%23.14%-
HSV(B)346.36º31.43%27.45%-
XYZ4.233.673.85-
YUV55.15126.79138.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=40.94%
G=28.07%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70485300.310.240.73346.3618.6423.14
Hex46303501F184915a1317
Octal1066065037301115322327
Binary10001101100001101010111111100010010011010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463035; }

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

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

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

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

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

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

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

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