#403134

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

Shades of Cab Sav #403134

Tints of Cab Sav #403134

Color information

#403134 (or 0x403134) is unknown color: approx Cab Sav. HEX triplet: 40, 31 and 34. RGB value is (64,49,52). Sum of RGB (Red+Green+Blue) = 64+49+52=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403134 is #BFCECB. Grayscale: #353535. Windows color (decimal): -12570316 or 3420480. OLE color: 3420480.

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

Color convert

RGB644952-
CMYK00.230.190.75
HSL348º13.27%22.16%-
HSV(B)348º23.44%25.1%-
XYZ3.833.533.73-
YUV53.83126.97135.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=38.79%
G=29.70%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64495200.230.190.7534813.2722.16
Hex403134017134B15cd16
Octal1006164027231135341526
Binary1000000110001110100010111100111001011101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403134; }

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

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

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

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

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

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

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

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