#493926

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

Shades of Clinker #493926

Tints of Clinker #493926

Color information

#493926 (or 0x493926) is unknown color: approx Clinker. HEX triplet: 49, 39 and 26. RGB value is (73,57,38). Sum of RGB (Red+Green+Blue) = 73+57+38=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #493926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493926 is #B6C6D9. Grayscale: #3B3B3B. Windows color (decimal): -11978458 or 2505033. OLE color: 2505033.

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

Color convert

RGB735738-
CMYK00.220.480.71
HSL32.57º31.53%21.76%-
HSV(B)32.57º47.95%28.63%-
XYZ4.564.482.46-
YUV59.62115.8137.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=43.45%
G=33.93%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73573800.220.480.7132.5731.5321.76
Hex4939260163047212016
Octal111714602660107414026
Binary1001001111001100110010110110000100011110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493926; }

 p { color: rgb(73,57,38); }

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

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

 a { background-color: rgb(73,57,38); }

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

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

 span { border-color: rgb(73,57,38); }

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