#513B2C

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

Shades of Bracken #513B2C

Tints of Bracken #513B2C

Color information

#513B2C (or 0x513B2C) is unknown color: approx Bracken. HEX triplet: 51, 3B and 2C. RGB value is (81,59,44). Sum of RGB (Red+Green+Blue) = 81+59+44=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B2C is #AEC4D3. Grayscale: #3F3F3F. Windows color (decimal): -11453652 or 2898769. OLE color: 2898769.

HSL color Cylindrical-coordinate representation of color #513B2C: hue angle of 24.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #513B2C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB815944-
CMYK00.270.460.68
HSL24.32º29.6%24.51%-
HSV(B)24.32º45.68%31.76%-
XYZ5.415.063.07-
YUV63.87116.79140.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=44.02%
G=32.07%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81594400.270.460.6824.3229.624.51
Hex513B2C01B2E44181e19
Octal121735403356104303631
Binary10100011110111011000110111011101000100110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,44); }

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

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

 a { background-color: rgb(81,59,44); }

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

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

 span { border-color: rgb(81,59,44); }

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