#493927

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

Shades of Clinker #493927

Tints of Clinker #493927

Color information

#493927 (or 0x493927) is unknown color: approx Clinker. HEX triplet: 49, 39 and 27. RGB value is (73,57,39). Sum of RGB (Red+Green+Blue) = 73+57+39=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493927 is #B6C6D8. Grayscale: #3B3B3B. Windows color (decimal): -11978457 or 2570569. OLE color: 2570569.

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

Color convert

RGB735739-
CMYK00.220.470.71
HSL31.76º30.36%21.96%-
HSV(B)31.76º46.58%28.63%-
XYZ4.584.492.54-
YUV59.73116.3137.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=43.20%
G=33.73%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73573900.220.470.7131.7630.3621.96
Hex4939270162F47201e16
Octal111714702657107403626
Binary100100111100110011101011010111110001111000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493927; }

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

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

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

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

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

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

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

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