Html Css Color HEX #403435 Cab Sav

📋 copy color: '#403435'

red 64 ◦ green 52 ◦ blue 53

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

Shades of Cab Sav #403435

Tints of Cab Sav #403435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

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

R = 37.87%
G = 30.77%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403435 (or 0x403435) is known color: Cab Sav. HEX triplet: 40, 34 and 35. RGB value is (64,52,53). Sum of RGB (Red+Green+Blue) = 64+52+53=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403435 is #BFCBCA. Grayscale: #373737. Windows color (decimal): -12569547 or 3486784. OLE color: 3486784.

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

Color convert

RGB 64 52 53 -
CMYK 0 0.19 0.17 0.75
HSL 355º 0.1% 0.23% -
HSV(B) 355º 0.19% 0.25% -
XYZ 3.98 3.8 3.89 -
YUV 55.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 64 52 53 0 0.19 0.17 0.75 355 0.1 0.23
Hex 40 34 35 0 13 11 4B 163 A 17
Octal 100 64 65 0 23 21 113 543 12 27
Binary 1000000 110100 110101 0 10011 10001 1001011 101100011 1010 10111

Color Harmonies of #403435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403435

Black with #403435

Text Example


Text Example

White with #403435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403435; }

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

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

background-color css

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

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

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

border-color css

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

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

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