#502E3E

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

Shades of Barossa #502E3E

Tints of Barossa #502E3E

Color information

#502E3E (or 0x502E3E) is unknown color: approx Barossa. HEX triplet: 50, 2E and 3E. RGB value is (80,46,62). Sum of RGB (Red+Green+Blue) = 80+46+62=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E3E is #AFD1C1. Grayscale: #393939. Windows color (decimal): -11522498 or 4075088. OLE color: 4075088.

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

Color convert

RGB804662-
CMYK00.420.220.69
HSL331.76º26.98%24.71%-
HSV(B)331.76º42.5%31.37%-
XYZ5.154.015.06-
YUV57.99130.26143.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=42.55%
G=24.47%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80466200.420.220.69331.7626.9824.71
Hex502E3E02A164514c1b19
Octal1205676052261055143331
Binary101000010111011111001010101011010001011010011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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