#513819

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

Shades of Clinker #513819

Tints of Clinker #513819

Color information

#513819 (or 0x513819) is unknown color: approx Clinker. HEX triplet: 51, 38 and 19. RGB value is (81,56,25). Sum of RGB (Red+Green+Blue) = 81+56+25=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513819 is #AEC7E6. Grayscale: #3C3C3C. Windows color (decimal): -11454439 or 1652817. OLE color: 1652817.

HSL color Cylindrical-coordinate representation of color #513819: hue angle of 33.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513819 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB815625-
CMYK00.310.690.68
HSL33.21º52.83%20.78%-
HSV(B)33.21º69.14%31.76%-
XYZ4.984.651.55-
YUV59.94108.28143.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=50%
G=34.57%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81562500.310.690.6833.2152.8320.78
Hex51381901F4544213515
Octal1217031037105104416525
Binary1010001111000110010111111000101100010010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513819; }

 p { color: rgb(81,56,25); }

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

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

 a { background-color: rgb(81,56,25); }

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

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

 span { border-color: rgb(81,56,25); }

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