#49302A

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

Shades of Cedar #49302A

Tints of Cedar #49302A

Color information

#49302A (or 0x49302A) is unknown color: approx Cedar. HEX triplet: 49, 30 and 2A. RGB value is (73,48,42). Sum of RGB (Red+Green+Blue) = 73+48+42=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #49302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49302A is #B6CFD5. Grayscale: #363636. Windows color (decimal): -11980758 or 2764873. OLE color: 2764873.

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

Color convert

RGB734842-
CMYK00.340.420.71
HSL11.61º26.96%22.55%-
HSV(B)11.61º42.47%28.63%-
XYZ4.223.72.68-
YUV54.79120.78140.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=44.79%
G=29.45%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73484200.340.420.7111.6126.9622.55
Hex49302A0222A47c1b17
Octal111605204252107143327
Binary10010011100001010100100010101010100011111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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