Html Css Color HEX #44373C Barossa

📋 copy color: '#44373C'

red 68 ◦ green 55 ◦ blue 60

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

Shades of Barossa #44373C

Tints of Barossa #44373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 37.16%
G = 30.05%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#44373C (or 0x44373C) is known color: Barossa. HEX triplet: 44, 37 and 3C. RGB value is (68,55,60). Sum of RGB (Red+Green+Blue) = 68+55+60=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 68 - color contains mainly: red. Hex color #44373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44373C is #BBC8C3. Grayscale: #3B3B3B. Windows color (decimal): -12306628 or 3946308. OLE color: 3946308.

HSL color Cylindrical-coordinate representation of color #44373C: hue angle of 336.92º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44373C is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 55 60 -
CMYK 0 0.19 0.12 0.73
HSL 336.92º 0.11% 0.24% -
HSV(B) 336.92º 0.19% 0.27% -
XYZ 4.57 4.29 4.86 -
YUV 59.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 68 55 60 0 0.19 0.12 0.73 336.92 0.11 0.24
Hex 44 37 3C 0 13 C 49 151 B 18
Octal 104 67 74 0 23 14 111 521 13 30
Binary 1000100 110111 111100 0 10011 1100 1001001 101010001 1011 11000

Color Harmonies of #44373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44373C

Black with #44373C

Text Example


Text Example

White with #44373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44373C; }

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

 H1.HeaderClassName
 {
   color: #44373C;
 }
 .AnyTagClassName
 {
   color: #44373C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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