#51341B

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

Shades of Brown Bramble #51341B

Tints of Brown Bramble #51341B

Color information

#51341B (or 0x51341B) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 1B. RGB value is (81,52,27). Sum of RGB (Red+Green+Blue) = 81+52+27=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51341B is #AECBE4. Grayscale: #393939. Windows color (decimal): -11455461 or 1782865. OLE color: 1782865.

HSL color Cylindrical-coordinate representation of color #51341B: hue angle of 27.78º 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 #51341B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB815227-
CMYK00.360.670.68
HSL27.78º50%21.18%-
HSV(B)27.78º66.67%31.76%-
XYZ4.824.281.61-
YUV57.82110.61144.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=50.62%
G=32.5%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81522700.360.670.6827.785021.18
Hex51341B02443441c3215
Octal1216433044103104346225
Binary1010001110100110110100100100001110001001110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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