#493108

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

Shades of Clinker #493108

Tints of Clinker #493108

Color information

#493108 (or 0x493108) is unknown color: approx Clinker. HEX triplet: 49, 31 and 08. RGB value is (73,49,8). Sum of RGB (Red+Green+Blue) = 73+49+8=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493108 is #B6CEF7. Grayscale: #333333. Windows color (decimal): -11980536 or 536905. OLE color: 536905.

HSL color Cylindrical-coordinate representation of color #493108: hue angle of 37.85º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #493108 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB73498-
CMYK00.330.890.71
HSL37.85º80.25%15.88%-
HSV(B)37.85º89.04%28.63%-
XYZ3.893.630.73-
YUV51.5103.45143.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=56.15%
G=37.69%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7349800.330.890.7137.8580.2515.88
Hex493180215947265010
Octal11161100411311074612020
Binary10010011100011000010000110110011000111100110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493108; }

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

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

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

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

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

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

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

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