Html Css Color HEX #442E37 Barossa

📋 copy color: '#442E37'

red 68 ◦ green 46 ◦ blue 55

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

Shades of Barossa #442E37

Tints of Barossa #442E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

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

R = 40.24%
G = 27.22%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442E37 (or 0x442E37) is known color: Barossa. HEX triplet: 44, 2E and 37. RGB value is (68,46,55). Sum of RGB (Red+Green+Blue) = 68+46+55=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 68 - color contains mainly: red. Hex color #442E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E37 is #BBD1C8. Grayscale: #353535. Windows color (decimal): -12308937 or 3616324. OLE color: 3616324.

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

Color convert

RGB 68 46 55 -
CMYK 0 0.32 0.19 0.73
HSL 335.45º 0.19% 0.22% -
HSV(B) 335.45º 0.32% 0.27% -
XYZ 4.05 3.46 4.07 -
YUV 53.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 68 46 55 0 0.32 0.19 0.73 335.45 0.19 0.22
Hex 44 2E 37 0 20 13 49 14F 13 16
Octal 104 56 67 0 40 23 111 517 23 26
Binary 1000100 101110 110111 0 100000 10011 1001001 101001111 10011 10110

Color Harmonies of #442E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E37

Black with #442E37

Text Example


Text Example

White with #442E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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