#502E3D

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

Shades of Barossa #502E3D

Tints of Barossa #502E3D

Color information

#502E3D (or 0x502E3D) is unknown color: approx Barossa. HEX triplet: 50, 2E and 3D. RGB value is (80,46,61). Sum of RGB (Red+Green+Blue) = 80+46+61=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E3D is #AFD1C2. Grayscale: #393939. Windows color (decimal): -11522499 or 4009552. OLE color: 4009552.

HSL color Cylindrical-coordinate representation of color #502E3D: hue angle of 333.53º 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 #502E3D is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB804661-
CMYK00.420.240.69
HSL333.53º26.98%24.71%-
HSV(B)333.53º42.5%31.37%-
XYZ5.1344.92-
YUV57.88129.76143.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=42.78%
G=24.60%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80466100.420.240.69333.5326.9824.71
Hex502E3D02A184514e1b19
Octal1205675052301055163331
Binary101000010111011110101010101100010001011010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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