#513645

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

Shades of Barossa #513645

Tints of Barossa #513645

Color information

#513645 (or 0x513645) is unknown color: approx Barossa. HEX triplet: 51, 36 and 45. RGB value is (81,54,69). Sum of RGB (Red+Green+Blue) = 81+54+69=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513645 is #AEC9BA. Grayscale: #3F3F3F. Windows color (decimal): -11454907 or 4535889. OLE color: 4535889.

HSL color Cylindrical-coordinate representation of color #513645: hue angle of 326.67º 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 #513645 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB815469-
CMYK00.330.150.68
HSL326.67º20%26.47%-
HSV(B)326.67º33.33%31.76%-
XYZ5.794.826.26-
YUV63.78130.95140.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=39.71%
G=26.47%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81546900.330.150.68326.672026.47
Hex513645021F44147141a
Octal12166105041171045072432
Binary101000111011010001010100001111110001001010001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513645; }

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

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

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

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

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

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

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

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