#493210

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

Shades of Clinker #493210

Tints of Clinker #493210

Color information

#493210 (or 0x493210) is unknown color: approx Clinker. HEX triplet: 49, 32 and 10. RGB value is (73,50,16). Sum of RGB (Red+Green+Blue) = 73+50+16=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #493210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493210 is #B6CDEF. Grayscale: #353535. Windows color (decimal): -11980272 or 1061449. OLE color: 1061449.

HSL color Cylindrical-coordinate representation of color #493210: hue angle of 35.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #493210 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB735016-
CMYK00.320.780.71
HSL35.79º64.04%17.45%-
HSV(B)35.79º78.08%28.63%-
XYZ3.983.741-
YUV53107.12142.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.52%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=52.52%
G=35.97%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73501600.320.780.7135.7964.0417.45
Hex4932100204E47244011
Octal11162200401161074410021
Binary100100111001010000010000010011101000111100100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493210; }

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

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

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

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

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

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

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

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