Html Css Color HEX #403335 Cab Sav

📋 copy color: '#403335'

red 64 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #403335

Tints of Cab Sav #403335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 38.1%
G = 30.36%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403335 (or 0x403335) is known color: Cab Sav. HEX triplet: 40, 33 and 35. RGB value is (64,51,53). Sum of RGB (Red+Green+Blue) = 64+51+53=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403335 is #BFCCCA. Grayscale: #373737. Windows color (decimal): -12569803 or 3486528. OLE color: 3486528.

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

Color convert

RGB 64 51 53 -
CMYK 0 0.20 0.17 0.75
HSL 350.77º 0.11% 0.23% -
HSV(B) 350.77º 0.2% 0.25% -
XYZ 3.94 3.71 3.88 -
YUV 55.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 64 51 53 0 0.20 0.17 0.75 350.77 0.11 0.23
Hex 40 33 35 0 14 11 4B 15F B 17
Octal 100 63 65 0 24 21 113 537 13 27
Binary 1000000 110011 110101 0 10100 10001 1001011 101011111 1011 10111

Color Harmonies of #403335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403335

Black with #403335

Text Example


Text Example

White with #403335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403335; }

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

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

background-color css

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

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

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

border-color css

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

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

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