#493A36

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

Shades of Cedar #493A36

Tints of Cedar #493A36

Color information

#493A36 (or 0x493A36) is unknown color: approx Cedar. HEX triplet: 49, 3A and 36. RGB value is (73,58,54). Sum of RGB (Red+Green+Blue) = 73+58+54=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A36 is #B6C5C9. Grayscale: #3E3E3E. Windows color (decimal): -11978186 or 3553865. OLE color: 3553865.

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

Color convert

RGB735854-
CMYK00.210.260.71
HSL12.63º14.96%24.9%-
HSV(B)12.63º26.03%28.63%-
XYZ4.934.714.14-
YUV62.03123.47135.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 54 (21.48% from 255) = 29.19%
R=39.46%
G=31.35%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73585400.210.260.7112.6314.9624.9
Hex493A360151A47df19
Octal111726602532107151731
Binary10010011110101101100101011101010001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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