#442F33

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

Shades of Cab Sav #442F33

Tints of Cab Sav #442F33

Color information

#442F33 (or 0x442F33) is unknown color: approx Cab Sav. HEX triplet: 44, 2F and 33. RGB value is (68,47,51). Sum of RGB (Red+Green+Blue) = 68+47+51=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #442F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F33 is #BBD0CC. Grayscale: #353535. Windows color (decimal): -12308685 or 3354436. OLE color: 3354436.

HSL color Cylindrical-coordinate representation of color #442F33: hue angle of 348.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #442F33 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB684751-
CMYK00.310.250.73
HSL348.57º18.26%22.55%-
HSV(B)348.57º30.88%26.67%-
XYZ43.53.6-
YUV53.74126.46138.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=40.96%
G=28.31%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68475100.310.250.73348.5718.2622.55
Hex442F3301F194915d1217
Octal1045763037311115352227
Binary10001001011111100110111111100110010011010111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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