#442F3C

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

Shades of Barossa #442F3C

Tints of Barossa #442F3C

Color information

#442F3C (or 0x442F3C) is unknown color: approx Barossa. HEX triplet: 44, 2F and 3C. RGB value is (68,47,60). Sum of RGB (Red+Green+Blue) = 68+47+60=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 68 - color contains mainly: red. Hex color #442F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F3C is #BBD0C3. Grayscale: #363636. Windows color (decimal): -12308676 or 3944260. OLE color: 3944260.

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

Color convert

RGB684760-
CMYK00.310.120.73
HSL322.86º18.26%22.55%-
HSV(B)322.86º30.88%26.67%-
XYZ4.223.594.75-
YUV54.76130.96137.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=38.86%
G=26.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68476000.310.120.73322.8618.2622.55
Hex442F3C01FC491431217
Octal1045774037141115032227
Binary1000100101111111100011111110010010011010000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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