#403135

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

Shades of Cab Sav #403135

Tints of Cab Sav #403135

Color information

#403135 (or 0x403135) is unknown color: approx Cab Sav. HEX triplet: 40, 31 and 35. RGB value is (64,49,53). Sum of RGB (Red+Green+Blue) = 64+49+53=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #403135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403135 is #BFCECA. Grayscale: #353535. Windows color (decimal): -12570315 or 3486016. OLE color: 3486016.

HSL color Cylindrical-coordinate representation of color #403135: hue angle of 344º 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 #403135 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB644953-
CMYK00.230.170.75
HSL344º13.27%22.16%-
HSV(B)344º23.44%25.1%-
XYZ3.863.543.85-
YUV53.94127.47135.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=38.55%
G=29.52%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64495300.230.170.7534413.2722.16
Hex403135017114B158d16
Octal1006165027211135301526
Binary1000000110001110101010111100011001011101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403135; }

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

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

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

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

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

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

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

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