#463335

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

Shades of Cab Sav #463335

Tints of Cab Sav #463335

Color information

#463335 (or 0x463335) is unknown color: approx Cab Sav. HEX triplet: 46, 33 and 35. RGB value is (70,51,53). Sum of RGB (Red+Green+Blue) = 70+51+53=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463335 is #B9CCCA. Grayscale: #383838. Windows color (decimal): -12176587 or 3486534. OLE color: 3486534.

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

Color convert

RGB705153-
CMYK00.270.240.73
HSL353.68º15.7%23.73%-
HSV(B)353.68º27.14%27.45%-
XYZ4.353.933.9-
YUV56.91125.79137.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=40.23%
G=29.31%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70515300.270.240.73353.6815.723.73
Hex46333501B18491621018
Octal1066365033301115422030
Binary10001101100111101010110111100010010011011000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463335; }

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

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

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

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

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

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

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

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