#403538

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

Shades of Cab Sav #403538

Tints of Cab Sav #403538

Color information

#403538 (or 0x403538) is unknown color: approx Cab Sav. HEX triplet: 40, 35 and 38. RGB value is (64,53,56). Sum of RGB (Red+Green+Blue) = 64+53+56=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403538 is #BFCAC7. Grayscale: #383838. Windows color (decimal): -12569288 or 3683648. OLE color: 3683648.

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

Color convert

RGB645356-
CMYK00.170.130.75
HSL343.64º9.4%22.94%-
HSV(B)343.64º17.19%25.1%-
XYZ4.13.924.28-
YUV56.63127.64133.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=36.99%
G=30.64%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64535600.170.130.75343.649.422.94
Hex403538011D4B158917
Octal1006570021151135301127
Binary100000011010111100001000111011001011101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403538; }

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

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

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

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

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

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

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

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