#513B20

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

Shades of Clinker #513B20

Tints of Clinker #513B20

Color information

#513B20 (or 0x513B20) is unknown color: approx Clinker. HEX triplet: 51, 3B and 20. RGB value is (81,59,32). Sum of RGB (Red+Green+Blue) = 81+59+32=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B20 is #AEC4DF. Grayscale: #3E3E3E. Windows color (decimal): -11453664 or 2112337. OLE color: 2112337.

HSL color Cylindrical-coordinate representation of color #513B20: hue angle of 33.06º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513B20 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB815932-
CMYK00.270.600.68
HSL33.06º43.36%22.16%-
HSV(B)33.06º60.49%31.76%-
XYZ5.224.982.05-
YUV62.5110.79141.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=47.09%
G=34.30%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81593200.270.600.6833.0643.3622.16
Hex513B2001B3C44212b16
Octal121734003374104415326
Binary1010001111011100000011011111100100010010000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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