#493530

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

Shades of Cedar #493530

Tints of Cedar #493530

Color information

#493530 (or 0x493530) is unknown color: approx Cedar. HEX triplet: 49, 35 and 30. RGB value is (73,53,48). Sum of RGB (Red+Green+Blue) = 73+53+48=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493530 is #B6CACF. Grayscale: #3A3A3A. Windows color (decimal): -11979472 or 3159369. OLE color: 3159369.

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

Color convert

RGB735348-
CMYK00.270.340.71
HSL12º20.66%23.73%-
HSV(B)12º34.25%28.63%-
XYZ4.554.183.36-
YUV58.41122.13138.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=41.95%
G=30.46%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73534800.270.340.711220.6623.73
Hex49353001B2247c1518
Octal111656003342107142530
Binary1001001110101110000011011100010100011111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493530; }

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

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

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

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

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

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

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

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