#4F323E

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

Shades of Barossa #4F323E

Tints of Barossa #4F323E

Color information

#4F323E (or 0x4F323E) is unknown color: approx Barossa. HEX triplet: 4F, 32 and 3E. RGB value is (79,50,62). Sum of RGB (Red+Green+Blue) = 79+50+62=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F323E is #B0CDC1. Grayscale: #3C3C3C. Windows color (decimal): -11587010 or 4076111. OLE color: 4076111.

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

Color convert

RGB795062-
CMYK00.370.220.69
HSL335.17º22.48%25.29%-
HSV(B)335.17º36.71%30.98%-
XYZ5.234.295.11-
YUV60.04129.11141.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=41.36%
G=26.18%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79506200.370.220.69335.1722.4825.29
Hex4F323E025164514f1619
Octal1176276045261055172631
Binary100111111001011111001001011011010001011010011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,62); }

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

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

 a { background-color: rgb(79,50,62); }

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

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

 span { border-color: rgb(79,50,62); }

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