#4F283C

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

Shades of Barossa #4F283C

Tints of Barossa #4F283C

Color information

#4F283C (or 0x4F283C) is unknown color: approx Barossa. HEX triplet: 4F, 28 and 3C. RGB value is (79,40,60). Sum of RGB (Red+Green+Blue) = 79+40+60=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F283C is #B0D7C3. Grayscale: #353535. Windows color (decimal): -11589572 or 3942479. OLE color: 3942479.

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

Color convert

RGB794060-
CMYK00.490.240.69
HSL329.23º32.77%23.33%-
HSV(B)329.23º49.37%30.98%-
XYZ4.83.514.7-
YUV53.94131.42145.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=44.13%
G=22.35%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79406000.490.240.69329.2332.7723.33
Hex4F283C03118451492117
Octal1175074061301055114127
Binary1001111101000111100011000111000100010110100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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