#442836

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

Shades of Barossa #442836

Tints of Barossa #442836

Color information

#442836 (or 0x442836) is unknown color: approx Barossa. HEX triplet: 44, 28 and 36. RGB value is (68,40,54). Sum of RGB (Red+Green+Blue) = 68+40+54=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #442836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442836 is #BBD7C9. Grayscale: #313131. Windows color (decimal): -12310474 or 3549252. OLE color: 3549252.

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

Color convert

RGB684054-
CMYK00.410.210.73
HSL330º25.93%21.18%-
HSV(B)330º41.18%26.67%-
XYZ3.813.013.87-
YUV49.97130.28140.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=41.98%
G=24.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68405400.410.210.7333025.9321.18
Hex442836029154914a1a15
Octal1045066051251115123225
Binary100010010100011011001010011010110010011010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442836; }

 p { color: rgb(68,40,54); }

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

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

 a { background-color: rgb(68,40,54); }

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

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

 span { border-color: rgb(68,40,54); }

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