#51361E

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

Shades of Brown Bramble #51361E

Tints of Brown Bramble #51361E

Color information

#51361E (or 0x51361E) is unknown color: approx Brown Bramble. HEX triplet: 51, 36 and 1E. RGB value is (81,54,30). Sum of RGB (Red+Green+Blue) = 81+54+30=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51361E is #AEC9E1. Grayscale: #3B3B3B. Windows color (decimal): -11454946 or 1979985. OLE color: 1979985.

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

Color convert

RGB815430-
CMYK00.330.630.68
HSL28.24º45.95%21.76%-
HSV(B)28.24º62.96%31.76%-
XYZ4.954.481.83-
YUV59.34111.45143.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=49.09%
G=32.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81543000.330.630.6828.2445.9521.76
Hex51361E0213F441c2e16
Octal121663604177104345626
Binary101000111011011110010000111111110001001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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