#513A16

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

Shades of Clinker #513A16

Tints of Clinker #513A16

Color information

#513A16 (or 0x513A16) is unknown color: approx Clinker. HEX triplet: 51, 3A and 16. RGB value is (81,58,22). Sum of RGB (Red+Green+Blue) = 81+58+22=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #513A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A16 is #AEC5E9. Grayscale: #3C3C3C. Windows color (decimal): -11453930 or 1456721. OLE color: 1456721.

HSL color Cylindrical-coordinate representation of color #513A16: hue angle of 36.61º 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 #513A16 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB815822-
CMYK00.280.730.68
HSL36.61º57.28%20.2%-
HSV(B)36.61º72.84%31.76%-
XYZ5.054.831.43-
YUV60.77106.12142.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=50.31%
G=36.02%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81582200.280.730.6836.6157.2820.2
Hex513A1601C4944253914
Octal1217226034111104457124
Binary1010001111010101100111001001001100010010010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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