Html Css Color HEX #49312C Cedar

📋 copy color: '#49312C'

red 73 ◦ green 49 ◦ blue 44

#49312C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cedar #49312C

Tints of Cedar #49312C

RGB

 RED value IS 73 (28.91% from 255) = 43.98%

 GREEN value IS 49 (19.53% from 255) = 29.52%

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 43.98%
G = 29.52%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49312C (or 0x49312C) is known color: Cedar. HEX triplet: 49, 31 and 2C. RGB value is (73,49,44). Sum of RGB (Red+Green+Blue) = 73+49+44=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49312C is #B6CED3. Grayscale: #373737. Windows color (decimal): -11980500 or 2896201. OLE color: 2896201.

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

Color convert

RGB 73 49 44 -
CMYK 0 0.33 0.40 0.71
HSL 10.34º 0.25% 0.23% -
HSV(B) 10.34º 0.4% 0.29% -
XYZ 4.3 3.79 2.89 -
YUV 55.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 73 49 44 0 0.33 0.40 0.71 10.34 0.25 0.23
Hex 49 31 2C 0 21 28 47 A 19 17
Octal 111 61 54 0 41 50 107 12 31 27
Binary 1001001 110001 101100 0 100001 101000 1000111 1010 11001 10111

Color Harmonies of #49312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49312C

Black with #49312C

Text Example


Text Example

White with #49312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49312C;
 }
 .AnyTagClassName
 {
   color: #49312C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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