#51341D

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

Shades of Brown Bramble #51341D

Tints of Brown Bramble #51341D

Color information

#51341D (or 0x51341D) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 1D. RGB value is (81,52,29). Sum of RGB (Red+Green+Blue) = 81+52+29=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51341D is #AECBE2. Grayscale: #3A3A3A. Windows color (decimal): -11455459 or 1913937. OLE color: 1913937.

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

Color convert

RGB815229-
CMYK00.360.640.68
HSL26.54º47.27%21.57%-
HSV(B)26.54º64.2%31.76%-
XYZ4.844.291.74-
YUV58.05111.61144.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=50%
G=32.10%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81522900.360.640.6826.5447.2721.57
Hex51341D02440441b2f16
Octal1216435044100104335726
Binary1010001110100111010100100100000010001001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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