#513525

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

Shades of Brown Bramble #513525

Tints of Brown Bramble #513525

Color information

#513525 (or 0x513525) is unknown color: approx Brown Bramble. HEX triplet: 51, 35 and 25. RGB value is (81,53,37). Sum of RGB (Red+Green+Blue) = 81+53+37=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513525 is #AECADA. Grayscale: #3B3B3B. Windows color (decimal): -11455195 or 2438481. OLE color: 2438481.

HSL color Cylindrical-coordinate representation of color #513525: hue angle of 21.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #513525 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB815337-
CMYK00.350.540.68
HSL21.82º37.29%23.14%-
HSV(B)21.82º54.32%31.76%-
XYZ54.432.34-
YUV59.55115.28143.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=47.37%
G=30.99%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81533700.350.540.6821.8237.2923.14
Hex5135250233644162517
Octal121654504366104264527
Binary1010001110101100101010001111011010001001011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513525; }

 p { color: rgb(81,53,37); }

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

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

 a { background-color: rgb(81,53,37); }

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

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

 span { border-color: rgb(81,53,37); }

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