#4F2C40

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

Shades of Barossa #4F2C40

Tints of Barossa #4F2C40

Color information

#4F2C40 (or 0x4F2C40) is unknown color: approx Barossa. HEX triplet: 4F, 2C and 40. RGB value is (79,44,64). Sum of RGB (Red+Green+Blue) = 79+44+64=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C40 is #B0D3BF. Grayscale: #383838. Windows color (decimal): -11588544 or 4205647. OLE color: 4205647.

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

Color convert

RGB794464-
CMYK00.440.190.69
HSL325.71º28.46%24.12%-
HSV(B)325.71º44.3%30.98%-
XYZ5.053.835.32-
YUV56.74132.1143.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=42.25%
G=23.53%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79446400.440.190.69325.7128.4624.12
Hex4F2C4002C13451461c18
Octal11754100054231055063430
Binary1001111101100100000001011001001110001011010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,44,64); }

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

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

 a { background-color: rgb(79,44,64); }

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

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

 span { border-color: rgb(79,44,64); }

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