#4E373F

Color #4E373F Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4E373F

Tints of Barossa #4E373F

Color information

#4E373F (or 0x4E373F) is unknown color: approx Barossa. HEX triplet: 4E, 37 and 3F. RGB value is (78,55,63). Sum of RGB (Red+Green+Blue) = 78+55+63=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E373F is #B1C8C0. Grayscale: #3E3E3E. Windows color (decimal): -11651265 or 4142926. OLE color: 4142926.

HSL color Cylindrical-coordinate representation of color #4E373F: hue angle of 339.13º 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 #4E373F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB785563-
CMYK00.290.190.69
HSL339.13º17.29%26.08%-
HSV(B)339.13º29.49%30.59%-
XYZ5.414.715.33-
YUV62.79128.12138.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 63 (25% from 255) = 32.14%
R=39.80%
G=28.06%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78556300.290.190.69339.1317.2926.08
Hex4E373F01D1345153111a
Octal1166777035231055232132
Binary10011101101111111110111011001110001011010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E373F;
 }
 .AnyTagClassName
 {
   color: #4E373F;
 }
</style>
background-color css

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

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

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

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

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

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