#4F283E

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

Shades of Barossa #4F283E

Tints of Barossa #4F283E

Color information

#4F283E (or 0x4F283E) is unknown color: approx Barossa. HEX triplet: 4F, 28 and 3E. RGB value is (79,40,62). Sum of RGB (Red+Green+Blue) = 79+40+62=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F283E is #B0D7C1. Grayscale: #363636. Windows color (decimal): -11589570 or 4073551. OLE color: 4073551.

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

Color convert

RGB794062-
CMYK00.490.220.69
HSL326.15º32.77%23.33%-
HSV(B)326.15º49.37%30.98%-
XYZ4.853.534.98-
YUV54.17132.42145.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=43.65%
G=22.10%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79406200.490.220.69326.1532.7723.33
Hex4F283E03116451462117
Octal1175076061261055064127
Binary1001111101000111110011000110110100010110100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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