#442E3B

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

Shades of Barossa #442E3B

Tints of Barossa #442E3B

Color information

#442E3B (or 0x442E3B) is unknown color: approx Barossa. HEX triplet: 44, 2E and 3B. RGB value is (68,46,59). Sum of RGB (Red+Green+Blue) = 68+46+59=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 68 - color contains mainly: red. Hex color #442E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E3B is #BBD1C4. Grayscale: #363636. Windows color (decimal): -12308933 or 3878468. OLE color: 3878468.

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

Color convert

RGB684659-
CMYK00.320.130.73
HSL324.55º19.3%22.35%-
HSV(B)324.55º32.35%26.67%-
XYZ4.153.54.59-
YUV54.06130.79137.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=39.31%
G=26.59%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68465900.320.130.73324.5519.322.35
Hex442E3B020D491451316
Octal1045673040151115052326
Binary10001001011101110110100000110110010011010001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,46,59); }

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

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

 a { background-color: rgb(68,46,59); }

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

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

 span { border-color: rgb(68,46,59); }

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