#512F14

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

Shades of Brown Bramble #512F14

Tints of Brown Bramble #512F14

Color information

#512F14 (or 0x512F14) is unknown color: approx Brown Bramble. HEX triplet: 51, 2F and 14. RGB value is (81,47,20). Sum of RGB (Red+Green+Blue) = 81+47+20=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #512F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F14 is #AED0EB. Grayscale: #363636. Windows color (decimal): -11456748 or 1322833. OLE color: 1322833.

HSL color Cylindrical-coordinate representation of color #512F14: hue angle of 26.56º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512F14 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB814720-
CMYK00.420.750.68
HSL26.56º60.4%19.8%-
HSV(B)26.56º75.31%31.76%-
XYZ4.543.831.16-
YUV54.09108.76147.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=54.73%
G=31.76%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81472000.420.750.6826.5660.419.8
Hex512F1402A4B441b3c14
Octal1215724052113104337424
Binary1010001101111101000101010100101110001001101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512F14; }

 p { color: rgb(81,47,20); }

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

<style>
 a { background-color: #512F14; }

 a { background-color: rgb(81,47,20); }

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

<style>
 span { border-color: #512F14; }

 span { border-color: rgb(81,47,20); }

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