#403235

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

Shades of Cab Sav #403235

Tints of Cab Sav #403235

Color information

#403235 (or 0x403235) is unknown color: approx Cab Sav. HEX triplet: 40, 32 and 35. RGB value is (64,50,53). Sum of RGB (Red+Green+Blue) = 64+50+53=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403235 is #BFCDCA. Grayscale: #363636. Windows color (decimal): -12570059 or 3486272. OLE color: 3486272.

HSL color Cylindrical-coordinate representation of color #403235: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403235 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB645053-
CMYK00.220.170.75
HSL347.14º12.28%22.35%-
HSV(B)347.14º21.88%25.1%-
XYZ3.93.633.86-
YUV54.53127.14134.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=38.32%
G=29.94%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64505300.220.170.75347.1412.2822.35
Hex403235016114B15bc16
Octal1006265026211135331426
Binary1000000110010110101010110100011001011101011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403235; }

 p { color: rgb(64,50,53); }

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

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

 a { background-color: rgb(64,50,53); }

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

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

 span { border-color: rgb(64,50,53); }

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