Html Css Color HEX #442E38 Barossa

📋 copy color: '#442E38'

red 68 ◦ green 46 ◦ blue 56

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

Shades of Barossa #442E38

Tints of Barossa #442E38

RGB

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

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

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

R = 40%
G = 27.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#442E38 (or 0x442E38) is known color: Barossa. HEX triplet: 44, 2E and 38. RGB value is (68,46,56). Sum of RGB (Red+Green+Blue) = 68+46+56=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 68 - color contains mainly: red. Hex color #442E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E38 is #BBD1C7. Grayscale: #353535. Windows color (decimal): -12308936 or 3681860. OLE color: 3681860.

HSL color Cylindrical-coordinate representation of color #442E38: hue angle of 332.73º 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 #442E38 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 56 -
CMYK 0 0.32 0.18 0.73
HSL 332.73º 0.19% 0.22% -
HSV(B) 332.73º 0.32% 0.27% -
XYZ 4.07 3.47 4.2 -
YUV 53.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 68 46 56 0 0.32 0.18 0.73 332.73 0.19 0.22
Hex 44 2E 38 0 20 12 49 14D 13 16
Octal 104 56 70 0 40 22 111 515 23 26
Binary 1000100 101110 111000 0 100000 10010 1001001 101001101 10011 10110

Color Harmonies of #442E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E38

Black with #442E38

Text Example


Text Example

White with #442E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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