#402C31

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

Shades of Cab Sav #402C31

Tints of Cab Sav #402C31

Color information

#402C31 (or 0x402C31) is unknown color: approx Cab Sav. HEX triplet: 40, 2C and 31. RGB value is (64,44,49). Sum of RGB (Red+Green+Blue) = 64+44+49=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C31 is #BFD3CE. Grayscale: #323232. Windows color (decimal): -12571599 or 3222592. OLE color: 3222592.

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

Color convert

RGB644449-
CMYK00.310.230.75
HSL345º18.52%21.18%-
HSV(B)345º31.25%25.1%-
XYZ3.573.113.32-
YUV50.55127.13137.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=40.76%
G=28.03%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64444900.310.230.7534518.5221.18
Hex402C3101F174B1591315
Octal1005461037271135312325
Binary10000001011001100010111111011110010111010110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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