#493732

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

Shades of Cedar #493732

Tints of Cedar #493732

Color information

#493732 (or 0x493732) is unknown color: approx Cedar. HEX triplet: 49, 37 and 32. RGB value is (73,55,50). Sum of RGB (Red+Green+Blue) = 73+55+50=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493732 is #B6C8CD. Grayscale: #3B3B3B. Windows color (decimal): -11978958 or 3290953. OLE color: 3290953.

HSL color Cylindrical-coordinate representation of color #493732: hue angle of 13.04º 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 #493732 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB735550-
CMYK00.250.320.71
HSL13.04º18.7%24.12%-
HSV(B)13.04º31.51%28.63%-
XYZ4.694.383.62-
YUV59.81122.46137.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=41.01%
G=30.90%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73555000.250.320.7113.0418.724.12
Hex4937320192047d1318
Octal111676203140107152330
Binary1001001110111110010011001100000100011111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493732; }

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

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

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

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

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

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

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

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