#51341E

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

Shades of Brown Bramble #51341E

Tints of Brown Bramble #51341E

Color information

#51341E (or 0x51341E) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 1E. RGB value is (81,52,30). Sum of RGB (Red+Green+Blue) = 81+52+30=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51341E is #AECBE1. Grayscale: #3A3A3A. Windows color (decimal): -11455458 or 1979473. OLE color: 1979473.

HSL color Cylindrical-coordinate representation of color #51341E: hue angle of 25.88º 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 #51341E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB815230-
CMYK00.360.630.68
HSL25.88º45.95%21.76%-
HSV(B)25.88º62.96%31.76%-
XYZ4.864.31.8-
YUV58.16112.11144.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=49.69%
G=31.90%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81523000.360.630.6825.8845.9521.76
Hex51341E0243F441a2e16
Octal121643604477104325626
Binary101000111010011110010010011111110001001101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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