#442C31

Color #442C31 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #442C31

Tints of Cab Sav #442C31

Color information

#442C31 (or 0x442C31) is unknown color: approx Cab Sav. HEX triplet: 44, 2C and 31. RGB value is (68,44,49). Sum of RGB (Red+Green+Blue) = 68+44+49=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C31 is #BBD3CE. Grayscale: #333333. Windows color (decimal): -12309455 or 3222596. OLE color: 3222596.

HSL color Cylindrical-coordinate representation of color #442C31: hue angle of 347.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #442C31 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB684449-
CMYK00.350.280.73
HSL347.5º21.43%21.96%-
HSV(B)347.5º35.29%26.67%-
XYZ3.843.253.33-
YUV51.75126.45139.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=42.24%
G=27.33%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68444900.350.280.73347.521.4321.96
Hex442C310231C4915c1516
Octal1045461043341115342526
Binary100010010110011000101000111110010010011010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442C31; }

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

 H1.HeaderClassName
 {
   color: #442C31;
 }
 .AnyTagClassName
 {
   color: #442C31;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #442C31;
 }
 .BgClassName
 {
   background-color: #442C31;
 }
</style>
border-color css

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

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

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