#502638

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

Shades of Barossa #502638

Tints of Barossa #502638

Color information

#502638 (or 0x502638) is unknown color: approx Barossa. HEX triplet: 50, 26 and 38. RGB value is (80,38,56). Sum of RGB (Red+Green+Blue) = 80+38+56=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #502638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502638 is #AFD9C7. Grayscale: #343434. Windows color (decimal): -11524552 or 3679824. OLE color: 3679824.

HSL color Cylindrical-coordinate representation of color #502638: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502638 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB803856-
CMYK00.520.300.69
HSL334.29º35.59%23.14%-
HSV(B)334.29º52.5%31.37%-
XYZ4.723.384.14-
YUV52.61129.91147.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=45.98%
G=21.84%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80385600.520.300.69334.2935.5923.14
Hex5026380341E4514e2417
Octal1204670064361055164427
Binary1010000100110111000011010011110100010110100111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502638; }

 p { color: rgb(80,38,56); }

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

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

 a { background-color: rgb(80,38,56); }

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

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

 span { border-color: rgb(80,38,56); }

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