#493719

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

Shades of Clinker #493719

Tints of Clinker #493719

Color information

#493719 (or 0x493719) is unknown color: approx Clinker. HEX triplet: 49, 37 and 19. RGB value is (73,55,25). Sum of RGB (Red+Green+Blue) = 73+55+25=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #493719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493719 is #B6C8E6. Grayscale: #393939. Windows color (decimal): -11978983 or 1652553. OLE color: 1652553.

HSL color Cylindrical-coordinate representation of color #493719: hue angle of 37.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493719 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB735525-
CMYK00.250.660.71
HSL37.5º48.98%19.22%-
HSV(B)37.5º65.75%28.63%-
XYZ4.294.221.51-
YUV56.96109.96139.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=47.71%
G=35.95%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73552500.250.660.7137.548.9819.22
Hex4937190194247263113
Octal1116731031102107466123
Binary1001001110111110010110011000010100011110011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493719; }

 p { color: rgb(73,55,25); }

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

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

 a { background-color: rgb(73,55,25); }

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

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

 span { border-color: rgb(73,55,25); }

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