#493004

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

Shades of Clinker #493004

Tints of Clinker #493004

Color information

#493004 (or 0x493004) is unknown color: approx Clinker. HEX triplet: 49, 30 and 04. RGB value is (73,48,4). Sum of RGB (Red+Green+Blue) = 73+48+4=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493004 is #B6CFFB. Grayscale: #323232. Windows color (decimal): -11980796 or 274505. OLE color: 274505.

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

Color convert

RGB73484-
CMYK00.340.950.71
HSL38.26º89.61%15.1%-
HSV(B)38.26º94.52%28.63%-
XYZ3.833.540.6-
YUV50.46101.78144.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=58.4%
G=38.4%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348400.340.950.7138.2689.6115.1
Hex493040225F47265af
Octal1116040421371074613217
Binary100100111000010001000101011111100011110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493004; }

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

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

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

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

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

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

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

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