#503944

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

Shades of Barossa #503944

Tints of Barossa #503944

Color information

#503944 (or 0x503944) is unknown color: approx Barossa. HEX triplet: 50, 39 and 44. RGB value is (80,57,68). Sum of RGB (Red+Green+Blue) = 80+57+68=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503944 is #AFC6BB. Grayscale: #414141. Windows color (decimal): -11519676 or 4471120. OLE color: 4471120.

HSL color Cylindrical-coordinate representation of color #503944: hue angle of 331.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503944 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB805768-
CMYK00.290.150.69
HSL331.3º16.79%26.86%-
HSV(B)331.3º28.75%31.37%-
XYZ5.815.056.14-
YUV65.13129.62138.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=39.02%
G=27.80%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80576800.290.150.69331.316.7926.86
Hex50394401DF4514b111b
Octal12071104035171055132133
Binary10100001110011000100011101111110001011010010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503944; }

 p { color: rgb(80,57,68); }

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

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

 a { background-color: rgb(80,57,68); }

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

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

 span { border-color: rgb(80,57,68); }

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