#402d31

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

Shades of Cab Sav #402D31

Tints of Cab Sav #402D31

Color information

#402D31 (or 0x402D31) is unknown color: approx Cab Sav. HEX triplet: 40, 2D and 31. RGB value is (64,45,49). Sum of RGB (Red+Green+Blue) = 64+45+49=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D31 is #BFD2CE. Grayscale: #333333. Windows color (decimal): -12571343 or 3222848. OLE color: 3222848.

HSL color Cylindrical-coordinate representation of color #402D31: hue angle of 347.37º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #402D31 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB644549-
CMYK00.300.230.75
HSL347.37º17.43%21.37%-
HSV(B)347.37º29.69%25.1%-
XYZ3.613.193.33-
YUV51.14126.79137.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=40.51%
G=28.48%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64454900.300.230.75347.3717.4321.37
Hex402D3101E174B15b1115
Octal1005561036271135332125
Binary10000001011011100010111101011110010111010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402d31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402d31; }

 p { color: rgb(64,45,49); }

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

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

 a { background-color: rgb(64,45,49); }

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

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

 span { border-color: rgb(64,45,49); }

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