#403336

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

Shades of Cab Sav #403336

Tints of Cab Sav #403336

Color information

#403336 (or 0x403336) is unknown color: approx Cab Sav. HEX triplet: 40, 33 and 36. RGB value is (64,51,54). Sum of RGB (Red+Green+Blue) = 64+51+54=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403336 is #BFCCC9. Grayscale: #373737. Windows color (decimal): -12569802 or 3552064. OLE color: 3552064.

HSL color Cylindrical-coordinate representation of color #403336: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403336 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB645154-
CMYK00.200.160.75
HSL346.15º11.3%22.55%-
HSV(B)346.15º20.31%25.1%-
XYZ3.963.724-
YUV55.23127.31134.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=37.87%
G=30.18%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64515400.200.160.75346.1511.322.55
Hex403336014104B15ab17
Octal1006366024201135321327
Binary1000000110011110110010100100001001011101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403336; }

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

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

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

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

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

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

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

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