Html Css Color HEX #442F38 Barossa

📋 copy color: '#442F38'

red 68 ◦ green 47 ◦ blue 56

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

Shades of Barossa #442F38

Tints of Barossa #442F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

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

R = 39.77%
G = 27.49%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#442F38 (or 0x442F38) is known color: Barossa. HEX triplet: 44, 2F and 38. RGB value is (68,47,56). Sum of RGB (Red+Green+Blue) = 68+47+56=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F38 is #BBD0C7. Grayscale: #363636. Windows color (decimal): -12308680 or 3682116. OLE color: 3682116.

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

Color convert

RGB 68 47 56 -
CMYK 0 0.31 0.18 0.73
HSL 334.29º 0.18% 0.23% -
HSV(B) 334.29º 0.31% 0.27% -
XYZ 4.11 3.55 4.21 -
YUV 54.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 68 47 56 0 0.31 0.18 0.73 334.29 0.18 0.23
Hex 44 2F 38 0 1F 12 49 14E 12 17
Octal 104 57 70 0 37 22 111 516 22 27
Binary 1000100 101111 111000 0 11111 10010 1001001 101001110 10010 10111

Color Harmonies of #442F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F38

Black with #442F38

Text Example


Text Example

White with #442F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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