#4F2E3E

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

Shades of Barossa #4F2E3E

Tints of Barossa #4F2E3E

Color information

#4F2E3E (or 0x4F2E3E) is unknown color: approx Barossa. HEX triplet: 4F, 2E and 3E. RGB value is (79,46,62). Sum of RGB (Red+Green+Blue) = 79+46+62=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E3E is #B0D1C1. Grayscale: #393939. Windows color (decimal): -11588034 or 4075087. OLE color: 4075087.

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

Color convert

RGB794662-
CMYK00.420.220.69
HSL330.91º26.4%24.51%-
HSV(B)330.91º41.77%30.98%-
XYZ5.073.965.06-
YUV57.69130.43143.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=42.25%
G=24.60%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79466200.420.220.69330.9126.424.51
Hex4F2E3E02A164514b1a19
Octal1175676052261055133231
Binary100111110111011111001010101011010001011010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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