#442A38

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

Shades of Barossa #442A38

Tints of Barossa #442A38

Color information

#442A38 (or 0x442A38) is unknown color: approx Barossa. HEX triplet: 44, 2A and 38. RGB value is (68,42,56). Sum of RGB (Red+Green+Blue) = 68+42+56=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #442A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A38 is #BBD5C7. Grayscale: #333333. Windows color (decimal): -12309960 or 3680836. OLE color: 3680836.

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

Color convert

RGB684256-
CMYK00.380.180.73
HSL327.69º23.64%21.57%-
HSV(B)327.69º38.24%26.67%-
XYZ3.933.174.15-
YUV51.37130.61139.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=40.96%
G=25.30%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68425600.380.180.73327.6923.6421.57
Hex442A3802612491481816
Octal1045270046221115103026
Binary100010010101011100001001101001010010011010010001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,42,56); }

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

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

 a { background-color: rgb(68,42,56); }

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

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

 span { border-color: rgb(68,42,56); }

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