Html Css Color HEX #403437 Cab Sav

📋 copy color: '#403437'

red 64 ◦ green 52 ◦ blue 55

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

Shades of Cab Sav #403437

Tints of Cab Sav #403437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 37.43%
G = 30.41%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#403437 (or 0x403437) is known color: Cab Sav. HEX triplet: 40, 34 and 37. RGB value is (64,52,55). Sum of RGB (Red+Green+Blue) = 64+52+55=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403437 is #BFCBC8. Grayscale: #373737. Windows color (decimal): -12569545 or 3617856. OLE color: 3617856.

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

Color convert

RGB 64 52 55 -
CMYK 0 0.19 0.14 0.75
HSL 345º 0.1% 0.23% -
HSV(B) 345º 0.19% 0.25% -
XYZ 4.03 3.82 4.14 -
YUV 55.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 64 52 55 0 0.19 0.14 0.75 345 0.1 0.23
Hex 40 34 37 0 13 E 4B 159 A 17
Octal 100 64 67 0 23 16 113 531 12 27
Binary 1000000 110100 110111 0 10011 1110 1001011 101011001 1010 10111

Color Harmonies of #403437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403437

Black with #403437

Text Example


Text Example

White with #403437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403437; }

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

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

background-color css

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

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

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

border-color css

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

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

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