Html Css Color HEX #443132 Cab Sav

📋 copy color: '#443132'

red 68 ◦ green 49 ◦ blue 50

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

Shades of Cab Sav #443132

Tints of Cab Sav #443132

RGB

 RED value IS 68 (26.95% from 255) = 40.72%

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 40.72%
G = 29.34%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#443132 (or 0x443132) is known color: Cab Sav. HEX triplet: 44, 31 and 32. RGB value is (68,49,50). Sum of RGB (Red+Green+Blue) = 68+49+50=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #443132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443132 is #BBCECD. Grayscale: #363636. Windows color (decimal): -12308174 or 3289412. OLE color: 3289412.

HSL color Cylindrical-coordinate representation of color #443132: hue angle of 356.84º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443132 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 49 50 -
CMYK 0 0.28 0.26 0.73
HSL 356.84º 0.16% 0.23% -
HSV(B) 356.84º 0.28% 0.27% -
XYZ 4.06 3.66 3.51 -
YUV 54.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 68 49 50 0 0.28 0.26 0.73 356.84 0.16 0.23
Hex 44 31 32 0 1C 1A 49 165 10 17
Octal 104 61 62 0 34 32 111 545 20 27
Binary 1000100 110001 110010 0 11100 11010 1001001 101100101 10000 10111

Color Harmonies of #443132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443132

Black with #443132

Text Example


Text Example

White with #443132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443132; }

 p { color: rgb(68,49,50); }

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

background-color css

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

 a { background-color: rgb(68,49,50); }

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

border-color css

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

 span { border-color: rgb(68,49,50); }

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