#493315

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

Shades of Clinker #493315

Tints of Clinker #493315

Color information

#493315 (or 0x493315) is unknown color: approx Clinker. HEX triplet: 49, 33 and 15. RGB value is (73,51,21). Sum of RGB (Red+Green+Blue) = 73+51+21=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493315 is #B6CCEA. Grayscale: #363636. Windows color (decimal): -11980011 or 1389385. OLE color: 1389385.

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

Color convert

RGB735121-
CMYK00.300.710.71
HSL34.62º55.32%18.43%-
HSV(B)34.62º71.23%28.63%-
XYZ4.073.841.24-
YUV54.16109.29141.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=50.34%
G=35.17%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73512100.300.710.7134.6255.3218.43
Hex49331501E4747233712
Octal1116325036107107436722
Binary1001001110011101010111101000111100011110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493315; }

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

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

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

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

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

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

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

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