#503943

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

Shades of Barossa #503943

Tints of Barossa #503943

Color information

#503943 (or 0x503943) is unknown color: approx Barossa. HEX triplet: 50, 39 and 43. RGB value is (80,57,67). Sum of RGB (Red+Green+Blue) = 80+57+67=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #503943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503943 is #AFC6BC. Grayscale: #414141. Windows color (decimal): -11519677 or 4405584. OLE color: 4405584.

HSL color Cylindrical-coordinate representation of color #503943: hue angle of 333.91º 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 #503943 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB805767-
CMYK00.290.160.69
HSL333.91º16.79%26.86%-
HSV(B)333.91º28.75%31.37%-
XYZ5.785.045.98-
YUV65.02129.12138.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=39.22%
G=27.94%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80576700.290.160.69333.9116.7926.86
Hex50394301D104514e111b
Octal12071103035201055162133
Binary101000011100110000110111011000010001011010011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503943; }

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

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

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

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

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

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

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

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