#493718

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

Shades of Clinker #493718

Tints of Clinker #493718

Color information

#493718 (or 0x493718) is unknown color: approx Clinker. HEX triplet: 49, 37 and 18. RGB value is (73,55,24). Sum of RGB (Red+Green+Blue) = 73+55+24=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493718 is #B6C8E7. Grayscale: #383838. Windows color (decimal): -11978984 or 1587017. OLE color: 1587017.

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

Color convert

RGB735524-
CMYK00.250.670.71
HSL37.96º50.52%19.02%-
HSV(B)37.96º67.12%28.63%-
XYZ4.284.211.45-
YUV56.85109.46139.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=48.03%
G=36.18%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73552400.250.670.7137.9650.5219.02
Hex4937180194347263313
Octal1116730031103107466323
Binary1001001110111110000110011000011100011110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493718; }

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

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

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

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

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

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

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

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