#493715

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

Shades of Clinker #493715

Tints of Clinker #493715

Color information

#493715 (or 0x493715) is unknown color: approx Clinker. HEX triplet: 49, 37 and 15. RGB value is (73,55,21). Sum of RGB (Red+Green+Blue) = 73+55+21=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493715 is #B6C8EA. Grayscale: #383838. Windows color (decimal): -11978987 or 1390409. OLE color: 1390409.

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

Color convert

RGB735521-
CMYK00.250.710.71
HSL39.23º55.32%18.43%-
HSV(B)39.23º71.23%28.63%-
XYZ4.254.21.3-
YUV56.51107.96139.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=48.99%
G=36.91%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73552100.250.710.7139.2355.3218.43
Hex4937150194747273712
Octal1116725031107107476722
Binary1001001110111101010110011000111100011110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493715; }

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

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

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

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

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

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

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

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