#513B28

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

Shades of Bracken #513B28

Tints of Bracken #513B28

Color information

#513B28 (or 0x513B28) is unknown color: approx Bracken. HEX triplet: 51, 3B and 28. RGB value is (81,59,40). Sum of RGB (Red+Green+Blue) = 81+59+40=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #513B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B28 is #AEC4D7. Grayscale: #3F3F3F. Windows color (decimal): -11453656 or 2636625. OLE color: 2636625.

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

Color convert

RGB815940-
CMYK00.270.510.68
HSL27.8º33.88%23.73%-
HSV(B)27.8º50.62%31.76%-
XYZ5.345.032.7-
YUV63.41114.79140.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=45%
G=32.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81594000.270.510.6827.833.8823.73
Hex513B2801B33441c2218
Octal121735003363104344230
Binary101000111101110100001101111001110001001110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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