#493A22

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

Shades of Clinker #493A22

Tints of Clinker #493A22

Color information

#493A22 (or 0x493A22) is unknown color: approx Clinker. HEX triplet: 49, 3A and 22. RGB value is (73,58,34). Sum of RGB (Red+Green+Blue) = 73+58+34=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A22 is #B6C5DD. Grayscale: #3B3B3B. Windows color (decimal): -11978206 or 2243145. OLE color: 2243145.

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

Color convert

RGB735834-
CMYK00.210.530.71
HSL36.92º36.45%20.98%-
HSV(B)36.92º53.42%28.63%-
XYZ4.554.562.15-
YUV59.75113.47137.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=44.24%
G=35.15%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73583400.210.530.7136.9236.4520.98
Hex493A220153547252415
Octal111724202565107454425
Binary1001001111010100010010101110101100011110010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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