Html Css Color HEX #49322D Cedar

📋 copy color: '#49322D'

red 73 ◦ green 50 ◦ blue 45

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

Shades of Cedar #49322D

Tints of Cedar #49322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

 BLUE value IS 45 (17.97% from 255) = 26.79%

R = 43.45%
G = 29.76%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49322D (or 0x49322D) is known color: Cedar. HEX triplet: 49, 32 and 2D. RGB value is (73,50,45). Sum of RGB (Red+Green+Blue) = 73+50+45=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #49322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49322D is #B6CDD2. Grayscale: #383838. Windows color (decimal): -11980243 or 2961993. OLE color: 2961993.

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

Color convert

RGB 73 50 45 -
CMYK 0 0.32 0.38 0.71
HSL 10.71º 0.24% 0.23% -
HSV(B) 10.71º 0.38% 0.29% -
XYZ 4.36 3.89 3 -
YUV 56.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 73 50 45 0 0.32 0.38 0.71 10.71 0.24 0.23
Hex 49 32 2D 0 20 26 47 B 18 17
Octal 111 62 55 0 40 46 107 13 30 27
Binary 1001001 110010 101101 0 100000 100110 1000111 1011 11000 10111

Color Harmonies of #49322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49322D

Black with #49322D

Text Example


Text Example

White with #49322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49322D; }

 p { color: rgb(73,50,45); }

 H1.HeaderClassName
 {
   color: #49322D;
 }
 .AnyTagClassName
 {
   color: #49322D;
 }
</style>

background-color css

<style>
 a { background-color: #49322D; }

 a { background-color: rgb(73,50,45); }

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

border-color css

<style>
 span { border-color: #49322D; }

 span { border-color: rgb(73,50,45); }

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