#513643

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

Shades of Barossa #513643

Tints of Barossa #513643

Color information

#513643 (or 0x513643) is unknown color: approx Barossa. HEX triplet: 51, 36 and 43. RGB value is (81,54,67). Sum of RGB (Red+Green+Blue) = 81+54+67=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513643 is #AEC9BC. Grayscale: #3F3F3F. Windows color (decimal): -11454909 or 4404817. OLE color: 4404817.

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

Color convert

RGB815467-
CMYK00.330.170.68
HSL331.11º20%26.47%-
HSV(B)331.11º33.33%31.76%-
XYZ5.734.795.93-
YUV63.55129.95140.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=40.10%
G=26.73%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81546700.330.170.68331.112026.47
Hex513643021114414b141a
Octal12166103041211045132432
Binary1010001110110100001101000011000110001001010010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513643; }

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

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

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

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

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

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

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

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