Html Css Color HEX #403336 Cab Sav

📋 copy color: '#403336'

red 64 ◦ green 51 ◦ blue 54

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

Shades of Cab Sav #403336

Tints of Cab Sav #403336

RGB

 RED value IS 64 (25.39% from 255) = 37.87%

 GREEN value IS 51 (20.31% from 255) = 30.18%

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 37.87%
G = 30.18%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#403336 (or 0x403336) is known color: Cab Sav. HEX triplet: 40, 33 and 36. RGB value is (64,51,54). Sum of RGB (Red+Green+Blue) = 64+51+54=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403336 is #BFCCC9. Grayscale: #373737. Windows color (decimal): -12569802 or 3552064. OLE color: 3552064.

HSL color Cylindrical-coordinate representation of color #403336: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403336 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 51 54 -
CMYK 0 0.20 0.16 0.75
HSL 346.15º 0.11% 0.23% -
HSV(B) 346.15º 0.2% 0.25% -
XYZ 3.96 3.72 4 -
YUV 55.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 64 51 54 0 0.20 0.16 0.75 346.15 0.11 0.23
Hex 40 33 36 0 14 10 4B 15A B 17
Octal 100 63 66 0 24 20 113 532 13 27
Binary 1000000 110011 110110 0 10100 10000 1001011 101011010 1011 10111

Color Harmonies of #403336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403336

Black with #403336

Text Example


Text Example

White with #403336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403336; }

 p { color: rgb(64,51,54); }

 H1.HeaderClassName
 {
   color: #403336;
 }
 .AnyTagClassName
 {
   color: #403336;
 }
</style>

background-color css

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

 a { background-color: rgb(64,51,54); }

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

border-color css

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

 span { border-color: rgb(64,51,54); }

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