#513A2A

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

Shades of Bracken #513A2A

Tints of Bracken #513A2A

Color information

#513A2A (or 0x513A2A) is unknown color: approx Bracken. HEX triplet: 51, 3A and 2A. RGB value is (81,58,42). Sum of RGB (Red+Green+Blue) = 81+58+42=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #513A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A2A is #AEC5D5. Grayscale: #3F3F3F. Windows color (decimal): -11453910 or 2767441. OLE color: 2767441.

HSL color Cylindrical-coordinate representation of color #513A2A: hue angle of 24.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #513A2A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB815842-
CMYK00.280.480.68
HSL24.62º31.71%24.12%-
HSV(B)24.62º48.15%31.76%-
XYZ5.324.942.86-
YUV63.05116.12140.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=44.75%
G=32.04%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81584200.280.480.6824.6231.7124.12
Hex513A2A01C3044192018
Octal121725203460104314030
Binary101000111101010101001110011000010001001100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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