#513B16

Color #513B16 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #513B16

Tints of Clinker #513B16

Color information

#513B16 (or 0x513B16) is unknown color: approx Clinker. HEX triplet: 51, 3B and 16. RGB value is (81,59,22). Sum of RGB (Red+Green+Blue) = 81+59+22=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B16 is #AEC4E9. Grayscale: #3D3D3D. Windows color (decimal): -11453674 or 1456977. OLE color: 1456977.

HSL color Cylindrical-coordinate representation of color #513B16: hue angle of 37.63º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513B16 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB815922-
CMYK00.270.730.68
HSL37.63º57.28%20.2%-
HSV(B)37.63º72.84%31.76%-
XYZ5.14.941.44-
YUV61.36105.79142.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=50%
G=36.42%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81592200.270.730.6837.6357.2820.2
Hex513B1601B4944263914
Octal1217326033111104467124
Binary1010001111011101100110111001001100010010011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513B16; }

 p { color: rgb(81,59,22); }

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

<style>
 a { background-color: #513B16; }

 a { background-color: rgb(81,59,22); }

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

<style>
 span { border-color: #513B16; }

 span { border-color: rgb(81,59,22); }

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