#493107

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

Shades of Clinker #493107

Tints of Clinker #493107

Color information

#493107 (or 0x493107) is unknown color: approx Clinker. HEX triplet: 49, 31 and 07. RGB value is (73,49,7). Sum of RGB (Red+Green+Blue) = 73+49+7=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493107 is #B6CEF8. Grayscale: #333333. Windows color (decimal): -11980537 or 471369. OLE color: 471369.

HSL color Cylindrical-coordinate representation of color #493107: hue angle of 38.18º 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 #493107 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73497-
CMYK00.330.900.71
HSL38.18º82.5%15.69%-
HSV(B)38.18º90.41%28.63%-
XYZ3.883.630.7-
YUV51.39102.95143.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 7 (3.12% from 255) = 5.43%
R=56.59%
G=37.98%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7349700.330.900.7138.1882.515.69
Hex493170215A47265210
Octal1116170411321074612220
Binary1001001110001111010000110110101000111100110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493107; }

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

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

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

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

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

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

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

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