#493532

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

Shades of Cedar #493532

Tints of Cedar #493532

Color information

#493532 (or 0x493532) is unknown color: approx Cedar. HEX triplet: 49, 35 and 32. RGB value is (73,53,50). Sum of RGB (Red+Green+Blue) = 73+53+50=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493532 is #B6CACD. Grayscale: #3A3A3A. Windows color (decimal): -11979470 or 3290441. OLE color: 3290441.

HSL color Cylindrical-coordinate representation of color #493532: hue angle of 7.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493532 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB735350-
CMYK00.270.320.71
HSL7.83º18.7%24.12%-
HSV(B)7.83º31.51%28.63%-
XYZ4.64.193.58-
YUV58.64123.13138.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=41.48%
G=30.11%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73535000.270.320.717.8318.724.12
Hex49353201B204781318
Octal111656203340107102330
Binary1001001110101110010011011100000100011110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493532; }

 p { color: rgb(73,53,50); }

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

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

 a { background-color: rgb(73,53,50); }

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

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

 span { border-color: rgb(73,53,50); }

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