#4F3340

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

Shades of Barossa #4F3340

Tints of Barossa #4F3340

Color information

#4F3340 (or 0x4F3340) is unknown color: approx Barossa. HEX triplet: 4F, 33 and 40. RGB value is (79,51,64). Sum of RGB (Red+Green+Blue) = 79+51+64=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3340 is #B0CCBF. Grayscale: #3C3C3C. Windows color (decimal): -11586752 or 4207439. OLE color: 4207439.

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

Color convert

RGB795164-
CMYK00.350.190.69
HSL332.14º21.54%25.49%-
HSV(B)332.14º35.44%30.98%-
XYZ5.334.45.42-
YUV60.85129.78140.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=40.72%
G=26.29%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79516400.350.190.69332.1421.5425.49
Hex4F3340023134514c1619
Octal11763100043231055142631
Binary1001111110011100000001000111001110001011010011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,64); }

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

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

 a { background-color: rgb(79,51,64); }

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

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

 span { border-color: rgb(79,51,64); }

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