#442F38

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

Shades of Barossa #442F38

Tints of Barossa #442F38

Color information

#442F38 (or 0x442F38) is unknown color: approx Barossa. HEX triplet: 44, 2F and 38. RGB value is (68,47,56). Sum of RGB (Red+Green+Blue) = 68+47+56=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F38 is #BBD0C7. Grayscale: #363636. Windows color (decimal): -12308680 or 3682116. OLE color: 3682116.

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

Color convert

RGB684756-
CMYK00.310.180.73
HSL334.29º18.26%22.55%-
HSV(B)334.29º30.88%26.67%-
XYZ4.113.554.21-
YUV54.3128.96137.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=39.77%
G=27.49%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68475600.310.180.73334.2918.2622.55
Hex442F3801F124914e1217
Octal1045770037221115162227
Binary10001001011111110000111111001010010011010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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