#51381A

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

Shades of Brown Bramble #51381A

Tints of Brown Bramble #51381A

Color information

#51381A (or 0x51381A) is unknown color: approx Brown Bramble. HEX triplet: 51, 38 and 1A. RGB value is (81,56,26). Sum of RGB (Red+Green+Blue) = 81+56+26=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51381A is #AEC7E5. Grayscale: #3C3C3C. Windows color (decimal): -11454438 or 1718353. OLE color: 1718353.

HSL color Cylindrical-coordinate representation of color #51381A: hue angle of 32.73º 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 #51381A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB815626-
CMYK00.310.680.68
HSL32.73º51.4%20.98%-
HSV(B)32.73º67.9%31.76%-
XYZ4.994.651.61-
YUV60.05108.78142.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=49.69%
G=34.36%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81562600.310.680.6832.7351.420.98
Hex51381A01F4444213315
Octal1217032037104104416325
Binary1010001111000110100111111000100100010010000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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