#493430

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

Shades of Cedar #493430

Tints of Cedar #493430

Color information

#493430 (or 0x493430) is unknown color: approx Cedar. HEX triplet: 49, 34 and 30. RGB value is (73,52,48). Sum of RGB (Red+Green+Blue) = 73+52+48=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493430 is #B6CBCF. Grayscale: #393939. Windows color (decimal): -11979728 or 3159113. OLE color: 3159113.

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

Color convert

RGB735248-
CMYK00.290.340.71
HSL9.6º20.66%23.73%-
HSV(B)9.6º34.25%28.63%-
XYZ4.514.093.35-
YUV57.82122.46138.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=42.20%
G=30.06%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73524800.290.340.719.620.6623.73
Hex49343001D2247a1518
Octal111646003542107122530
Binary1001001110100110000011101100010100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493430; }

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

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

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

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

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

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

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

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