#4F223C

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

Shades of Barossa #4F223C

Tints of Barossa #4F223C

Color information

#4F223C (or 0x4F223C) is unknown color: approx Barossa. HEX triplet: 4F, 22 and 3C. RGB value is (79,34,60). Sum of RGB (Red+Green+Blue) = 79+34+60=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F223C is #B0DDC3. Grayscale: #323232. Windows color (decimal): -11591108 or 3940943. OLE color: 3940943.

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

Color convert

RGB793460-
CMYK00.570.240.69
HSL325.33º39.82%22.16%-
HSV(B)325.33º56.96%30.98%-
XYZ4.613.134.64-
YUV50.42133.41148.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=45.66%
G=19.65%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79346000.570.240.69325.3339.8222.16
Hex4F223C03918451452816
Octal1174274071301055055026
Binary1001111100010111100011100111000100010110100010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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