#44292F

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

Shades of Cab Sav #44292F

Tints of Cab Sav #44292F

Color information

#44292F (or 0x44292F) is unknown color: approx Cab Sav. HEX triplet: 44, 29 and 2F. RGB value is (68,41,47). Sum of RGB (Red+Green+Blue) = 68+41+47=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #44292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44292F is #BBD6D0. Grayscale: #313131. Windows color (decimal): -12310225 or 3090756. OLE color: 3090756.

HSL color Cylindrical-coordinate representation of color #44292F: hue angle of 346.67º 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 #44292F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB684147-
CMYK00.400.310.73
HSL346.67º24.77%21.37%-
HSV(B)346.67º39.71%26.67%-
XYZ3.693.023.08-
YUV49.76126.45141.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=43.59%
G=26.28%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68414700.400.310.73346.6724.7721.37
Hex44292F0281F4915b1915
Octal1045157050371115333125
Binary100010010100110111101010001111110010011010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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