#513A25

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

Shades of Bracken #513A25

Tints of Bracken #513A25

Color information

#513A25 (or 0x513A25) is unknown color: approx Bracken. HEX triplet: 51, 3A and 25. RGB value is (81,58,37). Sum of RGB (Red+Green+Blue) = 81+58+37=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #513A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A25 is #AEC5DA. Grayscale: #3E3E3E. Windows color (decimal): -11453915 or 2439761. OLE color: 2439761.

HSL color Cylindrical-coordinate representation of color #513A25: hue angle of 28.64º 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 #513A25 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB815837-
CMYK00.280.540.68
HSL28.64º37.29%23.14%-
HSV(B)28.64º54.32%31.76%-
XYZ5.244.912.42-
YUV62.48113.62141.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=46.02%
G=32.95%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81583700.280.540.6828.6437.2923.14
Hex513A2501C36441d2517
Octal121724503466104354527
Binary101000111101010010101110011011010001001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A25; }

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

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

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

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

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

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

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

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