#513914

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

Shades of Clinker #513914

Tints of Clinker #513914

Color information

#513914 (or 0x513914) is unknown color: approx Clinker. HEX triplet: 51, 39 and 14. RGB value is (81,57,20). Sum of RGB (Red+Green+Blue) = 81+57+20=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #513914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513914 is #AEC6EB. Grayscale: #3C3C3C. Windows color (decimal): -11454188 or 1325393. OLE color: 1325393.

HSL color Cylindrical-coordinate representation of color #513914: hue angle of 36.39º 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 #513914 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB815720-
CMYK00.300.750.68
HSL36.39º60.4%19.8%-
HSV(B)36.39º75.31%31.76%-
XYZ4.984.731.31-
YUV59.96105.45143.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=51.27%
G=36.08%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81572000.300.750.6836.3960.419.8
Hex51391401E4B44243c14
Octal1217124036113104447424
Binary1010001111001101000111101001011100010010010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513914; }

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

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

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

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

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

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

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

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