Html Css Color HEX #4E3A44 Barossa

📋 copy color: '#4E3A44'

red 78 ◦ green 58 ◦ blue 68

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

Shades of Barossa #4E3A44

Tints of Barossa #4E3A44

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 38.24%
G = 28.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4E3A44 (or 0x4E3A44) is known color: Barossa. HEX triplet: 4E, 3A and 44. RGB value is (78,58,68). Sum of RGB (Red+Green+Blue) = 78+58+68=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A44 is #B1C5BB. Grayscale: #414141. Windows color (decimal): -11650492 or 4471374. OLE color: 4471374.

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

Color convert

RGB 78 58 68 -
CMYK 0 0.26 0.13 0.69
HSL 330º 0.15% 0.27% -
HSV(B) 330º 0.26% 0.31% -
XYZ 5.7 5.06 6.15 -
YUV 65.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 78 58 68 0 0.26 0.13 0.69 330 0.15 0.27
Hex 4E 3A 44 0 1A D 45 14A F 1B
Octal 116 72 104 0 32 15 105 512 17 33
Binary 1001110 111010 1000100 0 11010 1101 1000101 101001010 1111 11011

Color Harmonies of #4E3A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3A44

Black with #4E3A44

Text Example


Text Example

White with #4E3A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,58,68); }

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

background-color css

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

 a { background-color: rgb(78,58,68); }

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

border-color css

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

 span { border-color: rgb(78,58,68); }

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