Html Css Color HEX #4E2D41 Barossa

📋 copy color: '#4E2D41'

red 78 ◦ green 45 ◦ blue 65

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

Shades of Barossa #4E2D41

Tints of Barossa #4E2D41

RGB

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

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

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

R = 41.49%
G = 23.94%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E2D41 (or 0x4E2D41) is known color: Barossa. HEX triplet: 4E, 2D and 41. RGB value is (78,45,65). Sum of RGB (Red+Green+Blue) = 78+45+65=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D41 is #B1D2BE. Grayscale: #393939. Windows color (decimal): -11653823 or 4271438. OLE color: 4271438.

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

Color convert

RGB 78 45 65 -
CMYK 0 0.42 0.17 0.69
HSL 323.64º 0.27% 0.24% -
HSV(B) 323.64º 0.42% 0.31% -
XYZ 5.03 3.88 5.48 -
YUV 57.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 78 45 65 0 0.42 0.17 0.69 323.64 0.27 0.24
Hex 4E 2D 41 0 2A 11 45 144 1B 18
Octal 116 55 101 0 52 21 105 504 33 30
Binary 1001110 101101 1000001 0 101010 10001 1000101 101000100 11011 11000

Color Harmonies of #4E2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2D41

Black with #4E2D41

Text Example


Text Example

White with #4E2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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