#442C2F

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

Shades of Cab Sav #442C2F

Tints of Cab Sav #442C2F

Color information

#442C2F (or 0x442C2F) is unknown color: approx Cab Sav. HEX triplet: 44, 2C and 2F. RGB value is (68,44,47). Sum of RGB (Red+Green+Blue) = 68+44+47=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C2F is #BBD3D0. Grayscale: #333333. Windows color (decimal): -12309457 or 3091524. OLE color: 3091524.

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

Color convert

RGB684447-
CMYK00.350.310.73
HSL352.5º21.43%21.96%-
HSV(B)352.5º35.29%26.67%-
XYZ3.83.243.11-
YUV51.52125.45139.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=42.77%
G=27.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68444700.350.310.73352.521.4321.96
Hex442C2F0231F491601516
Octal1045457043371115402526
Binary100010010110010111101000111111110010011011000001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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