#502F3E

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

Shades of Barossa #502F3E

Tints of Barossa #502F3E

Color information

#502F3E (or 0x502F3E) is unknown color: approx Barossa. HEX triplet: 50, 2F and 3E. RGB value is (80,47,62). Sum of RGB (Red+Green+Blue) = 80+47+62=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F3E is #AFD0C1. Grayscale: #3A3A3A. Windows color (decimal): -11522242 or 4075344. OLE color: 4075344.

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

Color convert

RGB804762-
CMYK00.410.220.69
HSL332.73º25.98%24.9%-
HSV(B)332.73º41.25%31.37%-
XYZ5.194.095.07-
YUV58.58129.93143.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=42.33%
G=24.87%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80476200.410.220.69332.7325.9824.9
Hex502F3E029164514d1a19
Octal1205776051261055153231
Binary101000010111111111001010011011010001011010011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F3E; }

 p { color: rgb(80,47,62); }

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

<style>
 a { background-color: #502F3E; }

 a { background-color: rgb(80,47,62); }

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

<style>
 span { border-color: #502F3E; }

 span { border-color: rgb(80,47,62); }

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