#463336

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

Shades of Cab Sav #463336

Tints of Cab Sav #463336

Color information

#463336 (or 0x463336) is unknown color: approx Cab Sav. HEX triplet: 46, 33 and 36. RGB value is (70,51,54). Sum of RGB (Red+Green+Blue) = 70+51+54=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463336 is #B9CCC9. Grayscale: #393939. Windows color (decimal): -12176586 or 3552070. OLE color: 3552070.

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

Color convert

RGB705154-
CMYK00.270.230.73
HSL350.53º15.7%23.73%-
HSV(B)350.53º27.14%27.45%-
XYZ4.383.944.02-
YUV57.02126.29137.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=40%
G=29.14%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70515400.270.230.73350.5315.723.73
Hex46333601B174915f1018
Octal1066366033271115372030
Binary10001101100111101100110111011110010011010111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463336; }

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

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

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

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

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

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

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

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