#513919

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

Shades of Clinker #513919

Tints of Clinker #513919

Color information

#513919 (or 0x513919) is unknown color: approx Clinker. HEX triplet: 51, 39 and 19. RGB value is (81,57,25). Sum of RGB (Red+Green+Blue) = 81+57+25=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513919 is #AEC6E6. Grayscale: #3C3C3C. Windows color (decimal): -11454183 or 1653073. OLE color: 1653073.

HSL color Cylindrical-coordinate representation of color #513919: hue angle of 34.29º 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 #513919 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB815725-
CMYK00.300.690.68
HSL34.29º52.83%20.78%-
HSV(B)34.29º69.14%31.76%-
XYZ5.034.751.57-
YUV60.53107.95142.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=49.69%
G=34.97%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81572500.300.690.6834.2952.8320.78
Hex51391901E4544223515
Octal1217131036105104426525
Binary1010001111001110010111101000101100010010001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513919; }

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

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

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

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

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

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

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

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