#503643

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

Shades of Barossa #503643

Tints of Barossa #503643

Color information

#503643 (or 0x503643) is unknown color: approx Barossa. HEX triplet: 50, 36 and 43. RGB value is (80,54,67). Sum of RGB (Red+Green+Blue) = 80+54+67=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503643 is #AFC9BC. Grayscale: #3F3F3F. Windows color (decimal): -11520445 or 4404816. OLE color: 4404816.

HSL color Cylindrical-coordinate representation of color #503643: hue angle of 330º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503643 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB805467-
CMYK00.330.160.69
HSL330º19.4%26.27%-
HSV(B)330º32.5%31.37%-
XYZ5.644.755.93-
YUV63.26130.11139.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=39.80%
G=26.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80546700.330.160.6933019.426.27
Hex503643021104514a131a
Octal12066103041201055122332
Binary1010000110110100001101000011000010001011010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503643; }

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

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

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

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

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

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

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

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