#493207

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

Shades of Clinker #493207

Tints of Clinker #493207

Color information

#493207 (or 0x493207) is unknown color: approx Clinker. HEX triplet: 49, 32 and 07. RGB value is (73,50,7). Sum of RGB (Red+Green+Blue) = 73+50+7=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493207 is #B6CDF8. Grayscale: #343434. Windows color (decimal): -11980281 or 471625. OLE color: 471625.

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

Color convert

RGB73507-
CMYK00.320.900.71
HSL39.09º82.5%15.69%-
HSV(B)39.09º90.41%28.63%-
XYZ3.933.710.71-
YUV51.97102.62143-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=56.15%
G=38.46%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7350700.320.900.7139.0982.515.69
Hex493270205A47275210
Octal1116270401321074712220
Binary1001001110010111010000010110101000111100111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493207; }

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

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

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

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

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

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

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

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