#4F2A3E

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

Shades of Barossa #4F2A3E

Tints of Barossa #4F2A3E

Color information

#4F2A3E (or 0x4F2A3E) is unknown color: approx Barossa. HEX triplet: 4F, 2A and 3E. RGB value is (79,42,62). Sum of RGB (Red+Green+Blue) = 79+42+62=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A3E is #B0D5C1. Grayscale: #373737. Windows color (decimal): -11589058 or 4074063. OLE color: 4074063.

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

Color convert

RGB794262-
CMYK00.470.220.69
HSL327.57º30.58%23.73%-
HSV(B)327.57º46.84%30.98%-
XYZ4.923.675.01-
YUV55.34131.76144.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=43.17%
G=22.95%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79426200.470.220.69327.5730.5823.73
Hex4F2A3E02F16451481f18
Octal1175276057261055103730
Binary100111110101011111001011111011010001011010010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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