#513B18

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

Shades of Clinker #513B18

Tints of Clinker #513B18

Color information

#513B18 (or 0x513B18) is unknown color: approx Clinker. HEX triplet: 51, 3B and 18. RGB value is (81,59,24). Sum of RGB (Red+Green+Blue) = 81+59+24=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B18 is #AEC4E7. Grayscale: #3D3D3D. Windows color (decimal): -11453672 or 1588049. OLE color: 1588049.

HSL color Cylindrical-coordinate representation of color #513B18: hue angle of 36.84º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513B18 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB815924-
CMYK00.270.700.68
HSL36.84º54.29%20.59%-
HSV(B)36.84º70.37%31.76%-
XYZ5.124.941.55-
YUV61.59106.79141.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=49.39%
G=35.98%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81592400.270.700.6836.8454.2920.59
Hex513B1801B4644253615
Octal1217330033106104456625
Binary1010001111011110000110111000110100010010010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,24); }

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

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

 a { background-color: rgb(81,59,24); }

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

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

 span { border-color: rgb(81,59,24); }

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