#51381F

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

Shades of Brown Bramble #51381F

Tints of Brown Bramble #51381F

Color information

#51381F (or 0x51381F) is unknown color: approx Brown Bramble. HEX triplet: 51, 38 and 1F. RGB value is (81,56,31). Sum of RGB (Red+Green+Blue) = 81+56+31=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #51381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51381F is #AEC7E0. Grayscale: #3C3C3C. Windows color (decimal): -11454433 or 2046033. OLE color: 2046033.

HSL color Cylindrical-coordinate representation of color #51381F: hue angle of 30º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51381F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB815631-
CMYK00.310.620.68
HSL30º44.64%21.96%-
HSV(B)30º61.73%31.76%-
XYZ5.054.681.93-
YUV60.62111.28142.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=48.21%
G=33.33%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81563100.310.620.683044.6421.96
Hex51381F01F3E441e2d16
Octal121703703776104365526
Binary10100011110001111101111111111010001001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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