#512F18

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

Shades of Brown Bramble #512F18

Tints of Brown Bramble #512F18

Color information

#512F18 (or 0x512F18) is unknown color: approx Brown Bramble. HEX triplet: 51, 2F and 18. RGB value is (81,47,24). Sum of RGB (Red+Green+Blue) = 81+47+24=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F18 is #AED0E7. Grayscale: #363636. Windows color (decimal): -11456744 or 1584977. OLE color: 1584977.

HSL color Cylindrical-coordinate representation of color #512F18: hue angle of 24.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512F18 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB814724-
CMYK00.420.700.68
HSL24.21º54.29%20.59%-
HSV(B)24.21º70.37%31.76%-
XYZ4.573.851.37-
YUV54.54110.76146.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=53.29%
G=30.92%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81472400.420.700.6824.2154.2920.59
Hex512F1802A4644183615
Octal1215730052106104306625
Binary1010001101111110000101010100011010001001100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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