Html Css Color HEX #4E3241 Barossa

📋 copy color: '#4E3241'

red 78 ◦ green 50 ◦ blue 65

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

Shades of Barossa #4E3241

Tints of Barossa #4E3241

RGB

 RED value IS 78 (30.86% from 255) = 40.41%

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 40.41%
G = 25.91%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E3241 (or 0x4E3241) is known color: Barossa. HEX triplet: 4E, 32 and 41. RGB value is (78,50,65). Sum of RGB (Red+Green+Blue) = 78+50+65=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3241 is #B1CDBE. Grayscale: #3C3C3C. Windows color (decimal): -11652543 or 4272718. OLE color: 4272718.

HSL color Cylindrical-coordinate representation of color #4E3241: hue angle of 327.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E3241 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 50 65 -
CMYK 0 0.36 0.17 0.69
HSL 327.86º 0.22% 0.25% -
HSV(B) 327.86º 0.36% 0.31% -
XYZ 5.24 4.28 5.55 -
YUV 60.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 78 50 65 0 0.36 0.17 0.69 327.86 0.22 0.25
Hex 4E 32 41 0 24 11 45 148 16 19
Octal 116 62 101 0 44 21 105 510 26 31
Binary 1001110 110010 1000001 0 100100 10001 1000101 101001000 10110 11001

Color Harmonies of #4E3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3241

Black with #4E3241

Text Example


Text Example

White with #4E3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E3241; }

 p { color: rgb(78,50,65); }

 H1.HeaderClassName
 {
   color: #4E3241;
 }
 .AnyTagClassName
 {
   color: #4E3241;
 }
</style>

background-color css

<style>
 a { background-color: #4E3241; }

 a { background-color: rgb(78,50,65); }

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

border-color css

<style>
 span { border-color: #4E3241; }

 span { border-color: rgb(78,50,65); }

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