#44292E

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

Shades of Cab Sav #44292E

Tints of Cab Sav #44292E

Color information

#44292E (or 0x44292E) is unknown color: approx Cab Sav. HEX triplet: 44, 29 and 2E. RGB value is (68,41,46). Sum of RGB (Red+Green+Blue) = 68+41+46=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #44292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44292E is #BBD6D1. Grayscale: #313131. Windows color (decimal): -12310226 or 3025220. OLE color: 3025220.

HSL color Cylindrical-coordinate representation of color #44292E: hue angle of 348.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44292E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB684146-
CMYK00.400.320.73
HSL348.89º24.77%21.37%-
HSV(B)348.89º39.71%26.67%-
XYZ3.673.012.97-
YUV49.64125.95141.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=43.87%
G=26.45%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68414600.400.320.73348.8924.7721.37
Hex44292E028204915d1915
Octal1045156050401115353125
Binary1000100101001101110010100010000010010011010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44292E; }

 p { color: rgb(68,41,46); }

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

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

 a { background-color: rgb(68,41,46); }

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

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

 span { border-color: rgb(68,41,46); }

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