#49342E

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

Shades of Cedar #49342E

Tints of Cedar #49342E

Color information

#49342E (or 0x49342E) is unknown color: approx Cedar. HEX triplet: 49, 34 and 2E. RGB value is (73,52,46). Sum of RGB (Red+Green+Blue) = 73+52+46=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49342E is #B6CBD1. Grayscale: #393939. Windows color (decimal): -11979730 or 3028041. OLE color: 3028041.

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

Color convert

RGB735246-
CMYK00.290.370.71
HSL13.33º22.69%23.33%-
HSV(B)13.33º36.99%28.63%-
XYZ4.474.073.13-
YUV57.6121.46138.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=42.69%
G=30.41%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73524600.290.370.7113.3322.6923.33
Hex49342E01D2547d1717
Octal111645603545107152727
Binary1001001110100101110011101100101100011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49342E; }

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

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

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

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

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

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

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

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