#513421

Color #513421 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #513421

Tints of Brown Bramble #513421

Color information

#513421 (or 0x513421) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 21. RGB value is (81,52,33). Sum of RGB (Red+Green+Blue) = 81+52+33=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513421 is #AECBDE. Grayscale: #3A3A3A. Windows color (decimal): -11455455 or 2176081. OLE color: 2176081.

HSL color Cylindrical-coordinate representation of color #513421: hue angle of 23.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #513421 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB815233-
CMYK00.360.590.68
HSL23.75º42.11%22.35%-
HSV(B)23.75º59.26%31.76%-
XYZ4.94.322.01-
YUV58.5113.61144.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=48.80%
G=31.33%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81523300.360.590.6823.7542.1122.35
Hex5134210243B44182a16
Octal121644104473104305226
Binary1010001110100100001010010011101110001001100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513421; }

 p { color: rgb(81,52,33); }

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

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

 a { background-color: rgb(81,52,33); }

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

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

 span { border-color: rgb(81,52,33); }

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