#513910

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

Shades of Clinker #513910

Tints of Clinker #513910

Color information

#513910 (or 0x513910) is unknown color: approx Clinker. HEX triplet: 51, 39 and 10. RGB value is (81,57,16). Sum of RGB (Red+Green+Blue) = 81+57+16=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513910 is #AEC6EF. Grayscale: #3B3B3B. Windows color (decimal): -11454192 or 1063249. OLE color: 1063249.

HSL color Cylindrical-coordinate representation of color #513910: hue angle of 37.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513910 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB815716-
CMYK00.300.800.68
HSL37.85º67.01%19.02%-
HSV(B)37.85º80.25%31.76%-
XYZ4.954.711.14-
YUV59.5103.45143.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=52.60%
G=37.01%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81571600.300.800.6837.8567.0119.02
Hex51391001E5044264313
Octal12171200361201044610323
Binary10100011110011000001111010100001000100100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513910; }

 p { color: rgb(81,57,16); }

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

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

 a { background-color: rgb(81,57,16); }

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

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

 span { border-color: rgb(81,57,16); }

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