#442A37

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

Shades of Barossa #442A37

Tints of Barossa #442A37

Color information

#442A37 (or 0x442A37) is unknown color: approx Barossa. HEX triplet: 44, 2A and 37. RGB value is (68,42,55). Sum of RGB (Red+Green+Blue) = 68+42+55=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #442A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A37 is #BBD5C8. Grayscale: #333333. Windows color (decimal): -12309961 or 3615300. OLE color: 3615300.

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

Color convert

RGB684255-
CMYK00.380.190.73
HSL330º23.64%21.57%-
HSV(B)330º38.24%26.67%-
XYZ3.93.164.02-
YUV51.26130.11139.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=41.21%
G=25.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68425500.380.190.7333023.6421.57
Hex442A37026134914a1816
Octal1045267046231115123026
Binary100010010101011011101001101001110010011010010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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