#49312A

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

Shades of Cedar #49312A

Tints of Cedar #49312A

Color information

#49312A (or 0x49312A) is unknown color: approx Cedar. HEX triplet: 49, 31 and 2A. RGB value is (73,49,42). Sum of RGB (Red+Green+Blue) = 73+49+42=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49312A is #B6CED5. Grayscale: #373737. Windows color (decimal): -11980502 or 2765129. OLE color: 2765129.

HSL color Cylindrical-coordinate representation of color #49312A: hue angle of 13.55º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49312A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB734942-
CMYK00.330.420.71
HSL13.55º26.96%22.55%-
HSV(B)13.55º42.47%28.63%-
XYZ4.263.782.7-
YUV55.38120.45140.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=44.51%
G=29.88%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73494200.330.420.7113.5526.9622.55
Hex49312A0212A47e1b17
Octal111615204152107163327
Binary10010011100011010100100001101010100011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49312A; }

 p { color: rgb(73,49,42); }

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

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

 a { background-color: rgb(73,49,42); }

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

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

 span { border-color: rgb(73,49,42); }

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