Html Css Color HEX #4E3B44 Barossa

📋 copy color: '#4E3B44'

red 78 ◦ green 59 ◦ blue 68

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

Shades of Barossa #4E3B44

Tints of Barossa #4E3B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

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

R = 38.05%
G = 28.78%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4E3B44 (or 0x4E3B44) is known color: Barossa. HEX triplet: 4E, 3B and 44. RGB value is (78,59,68). Sum of RGB (Red+Green+Blue) = 78+59+68=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B44 is #B1C4BB. Grayscale: #414141. Windows color (decimal): -11650236 or 4471630. OLE color: 4471630.

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

Color convert

RGB 78 59 68 -
CMYK 0 0.24 0.13 0.69
HSL 331.58º 0.14% 0.27% -
HSV(B) 331.58º 0.24% 0.31% -
XYZ 5.75 5.16 6.16 -
YUV 65.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 78 59 68 0 0.24 0.13 0.69 331.58 0.14 0.27
Hex 4E 3B 44 0 18 D 45 14C E 1B
Octal 116 73 104 0 30 15 105 514 16 33
Binary 1001110 111011 1000100 0 11000 1101 1000101 101001100 1110 11011

Color Harmonies of #4E3B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3B44

Black with #4E3B44

Text Example


Text Example

White with #4E3B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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