#513846

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

Shades of Barossa #513846

Tints of Barossa #513846

Color information

#513846 (or 0x513846) is unknown color: approx Barossa. HEX triplet: 51, 38 and 46. RGB value is (81,56,70). Sum of RGB (Red+Green+Blue) = 81+56+70=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #513846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513846 is #AEC7B9. Grayscale: #414141. Windows color (decimal): -11454394 or 4601937. OLE color: 4601937.

HSL color Cylindrical-coordinate representation of color #513846: hue angle of 326.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513846 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB815670-
CMYK00.310.140.68
HSL326.4º18.25%26.86%-
HSV(B)326.4º30.86%31.76%-
XYZ5.915.026.45-
YUV65.07130.78139.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=39.13%
G=27.05%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81567000.310.140.68326.418.2526.86
Hex51384601FE44146121b
Octal12170106037161045062233
Binary10100011110001000110011111111010001001010001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513846; }

 p { color: rgb(81,56,70); }

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

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

 a { background-color: rgb(81,56,70); }

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

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

 span { border-color: rgb(81,56,70); }

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