#49332F

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

Shades of Cedar #49332F

Tints of Cedar #49332F

Color information

#49332F (or 0x49332F) is unknown color: approx Cedar. HEX triplet: 49, 33 and 2F. RGB value is (73,51,47). Sum of RGB (Red+Green+Blue) = 73+51+47=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49332F is #B6CCD0. Grayscale: #393939. Windows color (decimal): -11979985 or 3093321. OLE color: 3093321.

HSL color Cylindrical-coordinate representation of color #49332F: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49332F is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB735147-
CMYK00.300.360.71
HSL9.23º21.67%23.53%-
HSV(B)9.23º35.62%28.63%-
XYZ4.443.993.23-
YUV57.12122.29139.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=42.69%
G=29.82%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73514700.300.360.719.2321.6723.53
Hex49332F01E244791618
Octal111635703644107112630
Binary1001001110011101111011110100100100011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49332F; }

 p { color: rgb(73,51,47); }

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

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

 a { background-color: rgb(73,51,47); }

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

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

 span { border-color: rgb(73,51,47); }

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