#51361A

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

Shades of Brown Bramble #51361A

Tints of Brown Bramble #51361A

Color information

#51361A (or 0x51361A) is unknown color: approx Brown Bramble. HEX triplet: 51, 36 and 1A. RGB value is (81,54,26). Sum of RGB (Red+Green+Blue) = 81+54+26=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51361A is #AEC9E5. Grayscale: #3B3B3B. Windows color (decimal): -11454950 or 1717841. OLE color: 1717841.

HSL color Cylindrical-coordinate representation of color #51361A: hue angle of 30.55º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51361A is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB815426-
CMYK00.330.680.68
HSL30.55º51.4%20.98%-
HSV(B)30.55º67.9%31.76%-
XYZ4.94.461.58-
YUV58.88109.45143.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=50.31%
G=33.54%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81542600.330.680.6830.5551.420.98
Hex51361A02144441f3315
Octal1216632041104104376325
Binary1010001110110110100100001100010010001001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51361A; }

 p { color: rgb(81,54,26); }

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

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

 a { background-color: rgb(81,54,26); }

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

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

 span { border-color: rgb(81,54,26); }

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