#4E363F

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

Shades of Barossa #4E363F

Tints of Barossa #4E363F

Color information

#4E363F (or 0x4E363F) is unknown color: approx Barossa. HEX triplet: 4E, 36 and 3F. RGB value is (78,54,63). Sum of RGB (Red+Green+Blue) = 78+54+63=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E363F is #B1C9C0. Grayscale: #3E3E3E. Windows color (decimal): -11651521 or 4142670. OLE color: 4142670.

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

Color convert

RGB785463-
CMYK00.310.190.69
HSL337.5º18.18%25.88%-
HSV(B)337.5º30.77%30.59%-
XYZ5.364.625.31-
YUV62.2128.45139.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 63 (25% from 255) = 32.31%
R=40%
G=27.69%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78546300.310.190.69337.518.1825.88
Hex4E363F01F1345152121a
Octal1166677037231055222232
Binary10011101101101111110111111001110001011010100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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