Html Css Color HEX #442D37 Barossa

📋 copy color: '#442D37'

red 68 ◦ green 45 ◦ blue 55

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

Shades of Barossa #442D37

Tints of Barossa #442D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.79%

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

R = 40.48%
G = 26.79%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#442D37 (or 0x442D37) is known color: Barossa. HEX triplet: 44, 2D and 37. RGB value is (68,45,55). Sum of RGB (Red+Green+Blue) = 68+45+55=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #442D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D37 is #BBD2C8. Grayscale: #343434. Windows color (decimal): -12309193 or 3616068. OLE color: 3616068.

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

Color convert

RGB 68 45 55 -
CMYK 0 0.34 0.19 0.73
HSL 333.91º 0.2% 0.22% -
HSV(B) 333.91º 0.34% 0.27% -
XYZ 4.01 3.38 4.06 -
YUV 53.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 68 45 55 0 0.34 0.19 0.73 333.91 0.2 0.22
Hex 44 2D 37 0 22 13 49 14E 14 16
Octal 104 55 67 0 42 23 111 516 24 26
Binary 1000100 101101 110111 0 100010 10011 1001001 101001110 10100 10110

Color Harmonies of #442D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D37

Black with #442D37

Text Example


Text Example

White with #442D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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