#51321F

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

Shades of Brown Bramble #51321F

Tints of Brown Bramble #51321F

Color information

#51321F (or 0x51321F) is unknown color: approx Brown Bramble. HEX triplet: 51, 32 and 1F. RGB value is (81,50,31). Sum of RGB (Red+Green+Blue) = 81+50+31=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51321F is #AECDE0. Grayscale: #393939. Windows color (decimal): -11455969 or 2044497. OLE color: 2044497.

HSL color Cylindrical-coordinate representation of color #51321F: hue angle of 22.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51321F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB815031-
CMYK00.380.620.68
HSL22.8º44.64%21.96%-
HSV(B)22.8º61.73%31.76%-
XYZ4.784.131.84-
YUV57.1113.27145.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=50%
G=30.86%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81503100.380.620.6822.844.6421.96
Hex51321F0263E44172d16
Octal121623704676104275526
Binary101000111001011111010011011111010001001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51321F; }

 p { color: rgb(81,50,31); }

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

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

 a { background-color: rgb(81,50,31); }

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

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

 span { border-color: rgb(81,50,31); }

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