Html Css Color HEX #4E3740 Barossa

📋 copy color: '#4E3740'

red 78 ◦ green 55 ◦ blue 64

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

Shades of Barossa #4E3740

Tints of Barossa #4E3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 39.59%
G = 27.92%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4E3740 (or 0x4E3740) is known color: Barossa. HEX triplet: 4E, 37 and 40. RGB value is (78,55,64). Sum of RGB (Red+Green+Blue) = 78+55+64=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3740 is #B1C8BF. Grayscale: #3E3E3E. Windows color (decimal): -11651264 or 4208462. OLE color: 4208462.

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

Color convert

RGB 78 55 64 -
CMYK 0 0.29 0.18 0.69
HSL 336.52º 0.17% 0.26% -
HSV(B) 336.52º 0.29% 0.31% -
XYZ 5.43 4.72 5.48 -
YUV 62.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 78 55 64 0 0.29 0.18 0.69 336.52 0.17 0.26
Hex 4E 37 40 0 1D 12 45 151 11 1A
Octal 116 67 100 0 35 22 105 521 21 32
Binary 1001110 110111 1000000 0 11101 10010 1000101 101010001 10001 11010

Color Harmonies of #4E3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3740

Black with #4E3740

Text Example


Text Example

White with #4E3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,55,64); }

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

background-color css

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

 a { background-color: rgb(78,55,64); }

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

border-color css

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

 span { border-color: rgb(78,55,64); }

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