#51361C

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

Shades of Brown Bramble #51361C

Tints of Brown Bramble #51361C

Color information

#51361C (or 0x51361C) is unknown color: approx Brown Bramble. HEX triplet: 51, 36 and 1C. RGB value is (81,54,28). Sum of RGB (Red+Green+Blue) = 81+54+28=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51361C is #AEC9E3. Grayscale: #3B3B3B. Windows color (decimal): -11454948 or 1848913. OLE color: 1848913.

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

Color convert

RGB815428-
CMYK00.330.650.68
HSL29.43º48.62%21.37%-
HSV(B)29.43º65.43%31.76%-
XYZ4.924.471.7-
YUV59.11110.45143.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=49.69%
G=33.13%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81542800.330.650.6829.4348.6221.37
Hex51361C02141441d3115
Octal1216634041101104356125
Binary1010001110110111000100001100000110001001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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