#493630

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

Shades of Cedar #493630

Tints of Cedar #493630

Color information

#493630 (or 0x493630) is unknown color: approx Cedar. HEX triplet: 49, 36 and 30. RGB value is (73,54,48). Sum of RGB (Red+Green+Blue) = 73+54+48=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493630 is #B6C9CF. Grayscale: #3B3B3B. Windows color (decimal): -11979216 or 3159625. OLE color: 3159625.

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

Color convert

RGB735448-
CMYK00.260.340.71
HSL14.4º20.66%23.73%-
HSV(B)14.4º34.25%28.63%-
XYZ4.64.273.38-
YUV59121.79137.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=41.71%
G=30.86%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73544800.260.340.7114.420.6623.73
Hex49363001A2247e1518
Octal111666003242107162530
Binary1001001110110110000011010100010100011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493630; }

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

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

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

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

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

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

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

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