#4F293E

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

Shades of Barossa #4F293E

Tints of Barossa #4F293E

Color information

#4F293E (or 0x4F293E) is unknown color: approx Barossa. HEX triplet: 4F, 29 and 3E. RGB value is (79,41,62). Sum of RGB (Red+Green+Blue) = 79+41+62=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293E is #B0D6C1. Grayscale: #363636. Windows color (decimal): -11589314 or 4073807. OLE color: 4073807.

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

Color convert

RGB794162-
CMYK00.480.220.69
HSL326.84º31.67%23.53%-
HSV(B)326.84º48.1%30.98%-
XYZ4.893.64.99-
YUV54.76132.09145.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=43.41%
G=22.53%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79416200.480.220.69326.8431.6723.53
Hex4F293E03016451472018
Octal1175176060261055074030
Binary1001111101001111110011000010110100010110100011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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