#51361B

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

Shades of Brown Bramble #51361B

Tints of Brown Bramble #51361B

Color information

#51361B (or 0x51361B) is unknown color: approx Brown Bramble. HEX triplet: 51, 36 and 1B. RGB value is (81,54,27). Sum of RGB (Red+Green+Blue) = 81+54+27=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51361B is #AEC9E4. Grayscale: #3B3B3B. Windows color (decimal): -11454949 or 1783377. OLE color: 1783377.

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

Color convert

RGB815427-
CMYK00.330.670.68
HSL30º50%21.18%-
HSV(B)30º66.67%31.76%-
XYZ4.914.471.64-
YUV59109.95143.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81542700.330.670.68305021.18
Hex51361B02143441e3215
Octal1216633041103104366225
Binary1010001110110110110100001100001110001001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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