Html Css Color HEX #403134 Cab Sav

📋 copy color: '#403134'

red 64 ◦ green 49 ◦ blue 52

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

Shades of Cab Sav #403134

Tints of Cab Sav #403134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 38.79%
G = 29.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#403134 (or 0x403134) is known color: Cab Sav. HEX triplet: 40, 31 and 34. RGB value is (64,49,52). Sum of RGB (Red+Green+Blue) = 64+49+52=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403134 is #BFCECB. Grayscale: #353535. Windows color (decimal): -12570316 or 3420480. OLE color: 3420480.

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

Color convert

RGB 64 49 52 -
CMYK 0 0.23 0.19 0.75
HSL 348º 0.13% 0.22% -
HSV(B) 348º 0.23% 0.25% -
XYZ 3.83 3.53 3.73 -
YUV 53.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 64 49 52 0 0.23 0.19 0.75 348 0.13 0.22
Hex 40 31 34 0 17 13 4B 15C D 16
Octal 100 61 64 0 27 23 113 534 15 26
Binary 1000000 110001 110100 0 10111 10011 1001011 101011100 1101 10110

Color Harmonies of #403134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403134

Black with #403134

Text Example


Text Example

White with #403134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403134; }

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

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

background-color css

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

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

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

border-color css

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

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

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