#513A2C

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

Shades of Bracken #513A2C

Tints of Bracken #513A2C

Color information

#513A2C (or 0x513A2C) is unknown color: approx Bracken. HEX triplet: 51, 3A and 2C. RGB value is (81,58,44). Sum of RGB (Red+Green+Blue) = 81+58+44=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A2C is #AEC5D3. Grayscale: #3F3F3F. Windows color (decimal): -11453908 or 2898513. OLE color: 2898513.

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

Color convert

RGB815844-
CMYK00.280.460.68
HSL22.7º29.6%24.51%-
HSV(B)22.7º45.68%31.76%-
XYZ5.364.963.06-
YUV63.28117.12140.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=44.26%
G=31.69%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81584400.280.460.6822.729.624.51
Hex513A2C01C2E44171e19
Octal121725403456104273631
Binary10100011110101011000111001011101000100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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