#442D30

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

Shades of Cab Sav #442D30

Tints of Cab Sav #442D30

Color information

#442D30 (or 0x442D30) is unknown color: approx Cab Sav. HEX triplet: 44, 2D and 30. RGB value is (68,45,48). Sum of RGB (Red+Green+Blue) = 68+45+48=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D30 is #BBD2CF. Grayscale: #343434. Windows color (decimal): -12309200 or 3157316. OLE color: 3157316.

HSL color Cylindrical-coordinate representation of color #442D30: hue angle of 352.17º 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 #442D30 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB684548-
CMYK00.340.290.73
HSL352.17º20.35%22.16%-
HSV(B)352.17º33.82%26.67%-
XYZ3.863.323.23-
YUV52.22125.62139.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=42.24%
G=27.95%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68454800.340.290.73352.1720.3522.16
Hex442D300221D491601416
Octal1045560042351115402426
Binary100010010110111000001000101110110010011011000001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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