#493415

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

Shades of Clinker #493415

Tints of Clinker #493415

Color information

#493415 (or 0x493415) is unknown color: approx Clinker. HEX triplet: 49, 34 and 15. RGB value is (73,52,21). Sum of RGB (Red+Green+Blue) = 73+52+21=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493415 is #B6CBEA. Grayscale: #363636. Windows color (decimal): -11979755 or 1389641. OLE color: 1389641.

HSL color Cylindrical-coordinate representation of color #493415: hue angle of 35.77º 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 #493415 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB735221-
CMYK00.290.710.71
HSL35.77º55.32%18.43%-
HSV(B)35.77º71.23%28.63%-
XYZ4.113.931.25-
YUV54.74108.96141.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=50%
G=35.62%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73522100.290.710.7135.7755.3218.43
Hex49341501D4747243712
Octal1116425035107107446722
Binary1001001110100101010111011000111100011110010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493415; }

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

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

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

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

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

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

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

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