#493002

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

Shades of Clinker #493002

Tints of Clinker #493002

Color information

#493002 (or 0x493002) is unknown color: approx Clinker. HEX triplet: 49, 30 and 02. RGB value is (73,48,2). Sum of RGB (Red+Green+Blue) = 73+48+2=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #493002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493002 is #B6CFFD. Grayscale: #323232. Windows color (decimal): -11980798 or 143433. OLE color: 143433.

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

Color convert

RGB73482-
CMYK00.340.970.71
HSL38.87º94.67%14.71%-
HSV(B)38.87º97.26%28.63%-
XYZ3.823.530.54-
YUV50.23100.78144.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=59.35%
G=39.02%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348200.340.970.7138.8794.6714.71
Hex493020226147275ff
Octal1116020421411074713717
Binary10010011100001001000101100001100011110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493002; }

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

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

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

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

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

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

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

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