#513D1C

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

Shades of Clinker #513D1C

Tints of Clinker #513D1C

Color information

#513D1C (or 0x513D1C) is unknown color: approx Clinker. HEX triplet: 51, 3D and 1C. RGB value is (81,61,28). Sum of RGB (Red+Green+Blue) = 81+61+28=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D1C is #AEC2E3. Grayscale: #3F3F3F. Windows color (decimal): -11453156 or 1850705. OLE color: 1850705.

HSL color Cylindrical-coordinate representation of color #513D1C: hue angle of 37.36º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513D1C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB816128-
CMYK00.250.650.68
HSL37.36º48.62%21.37%-
HSV(B)37.36º65.43%31.76%-
XYZ5.275.171.82-
YUV63.22108.13140.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=47.65%
G=35.88%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81612800.250.650.6837.3648.6221.37
Hex513D1C0194144253115
Octal1217534031101104456125
Binary1010001111101111000110011000001100010010010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,28); }

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

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

 a { background-color: rgb(81,61,28); }

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

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

 span { border-color: rgb(81,61,28); }

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