#493A24

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

Shades of Clinker #493A24

Tints of Clinker #493A24

Color information

#493A24 (or 0x493A24) is unknown color: approx Clinker. HEX triplet: 49, 3A and 24. RGB value is (73,58,36). Sum of RGB (Red+Green+Blue) = 73+58+36=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A24 is #B6C5DB. Grayscale: #3C3C3C. Windows color (decimal): -11978204 or 2374217. OLE color: 2374217.

HSL color Cylindrical-coordinate representation of color #493A24: hue angle of 35.68º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493A24 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB735836-
CMYK00.210.510.71
HSL35.68º33.94%21.37%-
HSV(B)35.68º50.68%28.63%-
XYZ4.584.572.31-
YUV59.98114.47137.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=43.71%
G=34.73%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73583600.210.510.7135.6833.9421.37
Hex493A240153347242215
Octal111724402563107444225
Binary1001001111010100100010101110011100011110010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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