#513911

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

Shades of Clinker #513911

Tints of Clinker #513911

Color information

#513911 (or 0x513911) is unknown color: approx Clinker. HEX triplet: 51, 39 and 11. RGB value is (81,57,17). Sum of RGB (Red+Green+Blue) = 81+57+17=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513911 is #AEC6EE. Grayscale: #3B3B3B. Windows color (decimal): -11454191 or 1128785. OLE color: 1128785.

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

Color convert

RGB815717-
CMYK00.300.790.68
HSL37.5º65.31%19.22%-
HSV(B)37.5º79.01%31.76%-
XYZ4.964.721.18-
YUV59.62103.95143.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=52.26%
G=36.77%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81571700.300.790.6837.565.3119.22
Hex51391101E4F44264113
Octal12171210361171044610123
Binary10100011110011000101111010011111000100100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513911; }

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

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

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

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

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

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

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

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