#493007

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

Shades of Clinker #493007

Tints of Clinker #493007

Color information

#493007 (or 0x493007) is unknown color: approx Clinker. HEX triplet: 49, 30 and 07. RGB value is (73,48,7). Sum of RGB (Red+Green+Blue) = 73+48+7=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493007 is #B6CFF8. Grayscale: #323232. Windows color (decimal): -11980793 or 471113. OLE color: 471113.

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

Color convert

RGB73487-
CMYK00.340.900.71
HSL37.27º82.5%15.69%-
HSV(B)37.27º90.41%28.63%-
XYZ3.843.550.68-
YUV50.8103.28143.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=57.03%
G=37.5%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348700.340.900.7137.2782.515.69
Hex493070225A47255210
Octal1116070421321074512220
Binary1001001110000111010001010110101000111100101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493007; }

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

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

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

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

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

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

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

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