#463334

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

Shades of Cab Sav #463334

Tints of Cab Sav #463334

Color information

#463334 (or 0x463334) is unknown color: approx Cab Sav. HEX triplet: 46, 33 and 34. RGB value is (70,51,52). Sum of RGB (Red+Green+Blue) = 70+51+52=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463334 is #B9CCCB. Grayscale: #383838. Windows color (decimal): -12176588 or 3420998. OLE color: 3420998.

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

Color convert

RGB705152-
CMYK00.270.260.73
HSL356.84º15.7%23.73%-
HSV(B)356.84º27.14%27.45%-
XYZ4.333.923.78-
YUV56.79125.29137.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=40.46%
G=29.48%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70515200.270.260.73356.8415.723.73
Hex46333401B1A491651018
Octal1066364033321115452030
Binary10001101100111101000110111101010010011011001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463334; }

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

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

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

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

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

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

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

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