Html Css Color HEX #442F37 Barossa

📋 copy color: '#442F37'

red 68 ◦ green 47 ◦ blue 55

#442F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #442F37

Tints of Barossa #442F37

RGB

 RED value IS 68 (26.95% from 255) = 40%

 GREEN value IS 47 (18.75% from 255) = 27.65%

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 40%
G = 27.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442F37 (or 0x442F37) is known color: Barossa. HEX triplet: 44, 2F and 37. RGB value is (68,47,55). Sum of RGB (Red+Green+Blue) = 68+47+55=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 68 - color contains mainly: red. Hex color #442F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F37 is #BBD0C8. Grayscale: #363636. Windows color (decimal): -12308681 or 3616580. OLE color: 3616580.

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

Color convert

RGB 68 47 55 -
CMYK 0 0.31 0.19 0.73
HSL 337.14º 0.18% 0.23% -
HSV(B) 337.14º 0.31% 0.27% -
XYZ 4.09 3.54 4.08 -
YUV 54.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 68 47 55 0 0.31 0.19 0.73 337.14 0.18 0.23
Hex 44 2F 37 0 1F 13 49 151 12 17
Octal 104 57 67 0 37 23 111 521 22 27
Binary 1000100 101111 110111 0 11111 10011 1001001 101010001 10010 10111

Color Harmonies of #442F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F37

Black with #442F37

Text Example


Text Example

White with #442F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #442F37;
 }
 .AnyTagClassName
 {
   color: #442F37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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