Html Css Color HEX #442C37 Barossa

📋 copy color: '#442C37'

red 68 ◦ green 44 ◦ blue 55

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

Shades of Barossa #442C37

Tints of Barossa #442C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

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

R = 40.72%
G = 26.35%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442C37 (or 0x442C37) is known color: Barossa. HEX triplet: 44, 2C and 37. RGB value is (68,44,55). Sum of RGB (Red+Green+Blue) = 68+44+55=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #442C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C37 is #BBD3C8. Grayscale: #343434. Windows color (decimal): -12309449 or 3615812. OLE color: 3615812.

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

Color convert

RGB 68 44 55 -
CMYK 0 0.35 0.19 0.73
HSL 332.5º 0.21% 0.22% -
HSV(B) 332.5º 0.35% 0.27% -
XYZ 3.97 3.31 4.04 -
YUV 52.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 68 44 55 0 0.35 0.19 0.73 332.5 0.21 0.22
Hex 44 2C 37 0 23 13 49 14C 15 16
Octal 104 54 67 0 43 23 111 514 25 26
Binary 1000100 101100 110111 0 100011 10011 1001001 101001100 10101 10110

Color Harmonies of #442C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C37

Black with #442C37

Text Example


Text Example

White with #442C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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