#442D32

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

Shades of Cab Sav #442D32

Tints of Cab Sav #442D32

Color information

#442D32 (or 0x442D32) is unknown color: approx Cab Sav. HEX triplet: 44, 2D and 32. RGB value is (68,45,50). Sum of RGB (Red+Green+Blue) = 68+45+50=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #442D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D32 is #BBD2CD. Grayscale: #343434. Windows color (decimal): -12309198 or 3288388. OLE color: 3288388.

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

Color convert

RGB684550-
CMYK00.340.260.73
HSL346.96º20.35%22.16%-
HSV(B)346.96º33.82%26.67%-
XYZ3.93.343.46-
YUV52.45126.62139.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=41.72%
G=27.61%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68455000.340.260.73346.9620.3522.16
Hex442D320221A4915b1416
Octal1045562042321115332426
Binary100010010110111001001000101101010010011010110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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