Html Css Color HEX #442A38 Barossa

📋 copy color: '#442A38'

red 68 ◦ green 42 ◦ blue 56

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

Shades of Barossa #442A38

Tints of Barossa #442A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 40.96%
G = 25.3%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#442A38 (or 0x442A38) is known color: Barossa. HEX triplet: 44, 2A and 38. RGB value is (68,42,56). Sum of RGB (Red+Green+Blue) = 68+42+56=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #442A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A38 is #BBD5C7. Grayscale: #333333. Windows color (decimal): -12309960 or 3680836. OLE color: 3680836.

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

Color convert

RGB 68 42 56 -
CMYK 0 0.38 0.18 0.73
HSL 327.69º 0.24% 0.22% -
HSV(B) 327.69º 0.38% 0.27% -
XYZ 3.93 3.17 4.15 -
YUV 51.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 68 42 56 0 0.38 0.18 0.73 327.69 0.24 0.22
Hex 44 2A 38 0 26 12 49 148 18 16
Octal 104 52 70 0 46 22 111 510 30 26
Binary 1000100 101010 111000 0 100110 10010 1001001 101001000 11000 10110

Color Harmonies of #442A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A38

Black with #442A38

Text Example


Text Example

White with #442A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,56); }

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

background-color css

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

 a { background-color: rgb(68,42,56); }

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

border-color css

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

 span { border-color: rgb(68,42,56); }

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