#493A25

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

Shades of Clinker #493A25

Tints of Clinker #493A25

Color information

#493A25 (or 0x493A25) is unknown color: approx Clinker. HEX triplet: 49, 3A and 25. RGB value is (73,58,37). Sum of RGB (Red+Green+Blue) = 73+58+37=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #493A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A25 is #B6C5DA. Grayscale: #3C3C3C. Windows color (decimal): -11978203 or 2439753. OLE color: 2439753.

HSL color Cylindrical-coordinate representation of color #493A25: hue angle of 35º 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 #493A25 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB735837-
CMYK00.210.490.71
HSL35º32.73%21.57%-
HSV(B)35º49.32%28.63%-
XYZ4.594.582.39-
YUV60.09114.97137.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=43.45%
G=34.52%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73583700.210.490.713532.7321.57
Hex493A250153147232116
Octal111724502561107434126
Binary1001001111010100101010101110001100011110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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