Html Css Color HEX #403538 Cab Sav

📋 copy color: '#403538'

red 64 ◦ green 53 ◦ blue 56

#403538
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #403538

Tints of Cab Sav #403538

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 value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#403538 (or 0x403538) is known color: 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

RGB 64 53 56 -
CMYK 0 0.17 0.13 0.75
HSL 343.64º 0.09% 0.23% -
HSV(B) 343.64º 0.17% 0.25% -
XYZ 4.1 3.92 4.28 -
YUV 56.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 64 53 56 0 0.17 0.13 0.75 343.64 0.09 0.23
Hex 40 35 38 0 11 D 4B 158 9 17
Octal 100 65 70 0 21 15 113 530 11 27
Binary 1000000 110101 111000 0 10001 1101 1001011 101011000 1001 10111

Color Harmonies of #403538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403538

Black with #403538

Text Example


Text Example

White with #403538

Text Example


Text Example

HTML Codes & Css Web 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>