#493B25

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

Shades of Clinker #493B25

Tints of Clinker #493B25

Color information

#493B25 (or 0x493B25) is unknown color: approx Clinker. HEX triplet: 49, 3B and 25. RGB value is (73,59,37). Sum of RGB (Red+Green+Blue) = 73+59+37=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B25 is #B6C4DA. Grayscale: #3C3C3C. Windows color (decimal): -11977947 or 2440009. OLE color: 2440009.

HSL color Cylindrical-coordinate representation of color #493B25: hue angle of 36.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493B25 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB735937-
CMYK00.190.490.71
HSL36.67º32.73%21.57%-
HSV(B)36.67º49.32%28.63%-
XYZ4.654.682.41-
YUV60.68114.64136.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=43.20%
G=34.91%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73593700.190.490.7136.6732.7321.57
Hex493B250133147252116
Octal111734502361107454126
Binary1001001111011100101010011110001100011110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493B25; }

 p { color: rgb(73,59,37); }

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

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

 a { background-color: rgb(73,59,37); }

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

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

 span { border-color: rgb(73,59,37); }

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