#4F283F

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

Shades of Barossa #4F283F

Tints of Barossa #4F283F

Color information

#4F283F (or 0x4F283F) is unknown color: approx Barossa. HEX triplet: 4F, 28 and 3F. RGB value is (79,40,63). Sum of RGB (Red+Green+Blue) = 79+40+63=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F283F is #B0D7C0. Grayscale: #363636. Windows color (decimal): -11589569 or 4139087. OLE color: 4139087.

HSL color Cylindrical-coordinate representation of color #4F283F: hue angle of 324.62º 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 #4F283F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB794063-
CMYK00.490.200.69
HSL324.62º32.77%23.33%-
HSV(B)324.62º49.37%30.98%-
XYZ4.883.545.13-
YUV54.28132.92145.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 63 (25% from 255) = 34.62%
R=43.41%
G=21.98%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79406300.490.200.69324.6232.7723.33
Hex4F283F03114451452117
Octal1175077061241055054127
Binary1001111101000111111011000110100100010110100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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