#51311B

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

Shades of Brown Bramble #51311B

Tints of Brown Bramble #51311B

Color information

#51311B (or 0x51311B) is unknown color: approx Brown Bramble. HEX triplet: 51, 31 and 1B. RGB value is (81,49,27). Sum of RGB (Red+Green+Blue) = 81+49+27=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51311B is #AECEE4. Grayscale: #383838. Windows color (decimal): -11456229 or 1782097. OLE color: 1782097.

HSL color Cylindrical-coordinate representation of color #51311B: hue angle of 24.44º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51311B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB814927-
CMYK00.400.670.68
HSL24.44º50%21.18%-
HSV(B)24.44º66.67%31.76%-
XYZ4.694.031.57-
YUV56.06111.6145.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=51.59%
G=31.21%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81492700.400.670.6824.445021.18
Hex51311B0284344183215
Octal1216133050103104306225
Binary1010001110001110110101000100001110001001100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51311B; }

 p { color: rgb(81,49,27); }

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

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

 a { background-color: rgb(81,49,27); }

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

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

 span { border-color: rgb(81,49,27); }

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