#513640

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

Shades of Barossa #513640

Tints of Barossa #513640

Color information

#513640 (or 0x513640) is unknown color: approx Barossa. HEX triplet: 51, 36 and 40. RGB value is (81,54,64). Sum of RGB (Red+Green+Blue) = 81+54+64=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #513640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513640 is #AEC9BF. Grayscale: #3F3F3F. Windows color (decimal): -11454912 or 4208209. OLE color: 4208209.

HSL color Cylindrical-coordinate representation of color #513640: hue angle of 337.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513640 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB815464-
CMYK00.330.210.68
HSL337.78º20%26.47%-
HSV(B)337.78º33.33%31.76%-
XYZ5.644.765.47-
YUV63.21128.45140.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=40.70%
G=27.14%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81546400.330.210.68337.782026.47
Hex5136400211544152141a
Octal12166100041251045222432
Binary1010001110110100000001000011010110001001010100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513640; }

 p { color: rgb(81,54,64); }

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

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

 a { background-color: rgb(81,54,64); }

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

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

 span { border-color: rgb(81,54,64); }

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