Html Css Color HEX #403135 Cab Sav

📋 copy color: '#403135'

red 64 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #403135

Tints of Cab Sav #403135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

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

R = 38.55%
G = 29.52%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403135 (or 0x403135) is known color: Cab Sav. HEX triplet: 40, 31 and 35. RGB value is (64,49,53). Sum of RGB (Red+Green+Blue) = 64+49+53=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #403135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403135 is #BFCECA. Grayscale: #353535. Windows color (decimal): -12570315 or 3486016. OLE color: 3486016.

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

Color convert

RGB 64 49 53 -
CMYK 0 0.23 0.17 0.75
HSL 344º 0.13% 0.22% -
HSV(B) 344º 0.23% 0.25% -
XYZ 3.86 3.54 3.85 -
YUV 53.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 64 49 53 0 0.23 0.17 0.75 344 0.13 0.22
Hex 40 31 35 0 17 11 4B 158 D 16
Octal 100 61 65 0 27 21 113 530 15 26
Binary 1000000 110001 110101 0 10111 10001 1001011 101011000 1101 10110

Color Harmonies of #403135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403135

Black with #403135

Text Example


Text Example

White with #403135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403135; }

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

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

background-color css

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

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

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

border-color css

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

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

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