#402F32

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

Shades of Cab Sav #402F32

Tints of Cab Sav #402F32

Color information

#402F32 (or 0x402F32) is unknown color: approx Cab Sav. HEX triplet: 40, 2F and 32. RGB value is (64,47,50). Sum of RGB (Red+Green+Blue) = 64+47+50=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #402F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F32 is #BFD0CD. Grayscale: #343434. Windows color (decimal): -12570830 or 3288896. OLE color: 3288896.

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

Color convert

RGB644750-
CMYK00.270.220.75
HSL349.41º15.32%21.76%-
HSV(B)349.41º26.56%25.1%-
XYZ3.713.353.47-
YUV52.42126.63136.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=39.75%
G=29.19%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64475000.270.220.75349.4115.3221.76
Hex402F3201B164B15df16
Octal1005762033261135351726
Binary1000000101111110010011011101101001011101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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