#493001

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

Shades of Clinker #493001

Tints of Clinker #493001

Color information

#493001 (or 0x493001) is unknown color: approx Clinker. HEX triplet: 49, 30 and 01. RGB value is (73,48,1). Sum of RGB (Red+Green+Blue) = 73+48+1=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #493001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493001 is #B6CFFE. Grayscale: #323232. Windows color (decimal): -11980799 or 77897. OLE color: 77897.

HSL color Cylindrical-coordinate representation of color #493001: hue angle of 39.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #493001 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB73481-
CMYK00.340.990.71
HSL39.17º97.3%14.51%-
HSV(B)39.17º98.63%28.63%-
XYZ3.813.530.51-
YUV50.12100.28144.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=59.84%
G=39.34%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348100.340.990.7139.1797.314.51
Hex4930102263472761f
Octal1116010421431074714117
Binary1001001110000101000101100011100011110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493001; }

 p { color: rgb(73,48,1); }

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

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

 a { background-color: rgb(73,48,1); }

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

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

 span { border-color: rgb(73,48,1); }

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