#442D3A

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

Shades of Barossa #442D3A

Tints of Barossa #442D3A

Color information

#442D3A (or 0x442D3A) is unknown color: approx Barossa. HEX triplet: 44, 2D and 3A. RGB value is (68,45,58). Sum of RGB (Red+Green+Blue) = 68+45+58=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D3A is #BBD2C5. Grayscale: #353535. Windows color (decimal): -12309190 or 3812676. OLE color: 3812676.

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

Color convert

RGB684558-
CMYK00.340.150.73
HSL326.09º20.35%22.16%-
HSV(B)326.09º33.82%26.67%-
XYZ4.093.414.45-
YUV53.36130.62138.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=39.77%
G=26.32%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68455800.340.150.73326.0920.3522.16
Hex442D3A022F491461416
Octal1045572042171115062426
Binary10001001011011110100100010111110010011010001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,45,58); }

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

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

 a { background-color: rgb(68,45,58); }

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

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

 span { border-color: rgb(68,45,58); }

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