#493215

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

Shades of Clinker #493215

Tints of Clinker #493215

Color information

#493215 (or 0x493215) is unknown color: approx Clinker. HEX triplet: 49, 32 and 15. RGB value is (73,50,21). Sum of RGB (Red+Green+Blue) = 73+50+21=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493215 is #B6CDEA. Grayscale: #353535. Windows color (decimal): -11980267 or 1389129. OLE color: 1389129.

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

Color convert

RGB735021-
CMYK00.320.710.71
HSL33.46º55.32%18.43%-
HSV(B)33.46º71.23%28.63%-
XYZ4.023.751.22-
YUV53.57109.62141.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=50.69%
G=34.72%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73502100.320.710.7133.4655.3218.43
Hex4932150204747213712
Octal1116225040107107416722
Binary10010011100101010101000001000111100011110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493215; }

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

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

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

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

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

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

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

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