Html Css Color HEX #49322E Cedar

📋 copy color: '#49322E'

red 73 ◦ green 50 ◦ blue 46

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

Shades of Cedar #49322E

Tints of Cedar #49322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 43.2%
G = 29.59%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49322E (or 0x49322E) is known color: Cedar. HEX triplet: 49, 32 and 2E. RGB value is (73,50,46). Sum of RGB (Red+Green+Blue) = 73+50+46=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49322E is #B6CDD1. Grayscale: #383838. Windows color (decimal): -11980242 or 3027529. OLE color: 3027529.

HSL color Cylindrical-coordinate representation of color #49322E: hue angle of 8.89º 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 #49322E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 46 -
CMYK 0 0.32 0.37 0.71
HSL 8.89º 0.23% 0.23% -
HSV(B) 8.89º 0.37% 0.29% -
XYZ 4.38 3.89 3.11 -
YUV 56.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 73 50 46 0 0.32 0.37 0.71 8.89 0.23 0.23
Hex 49 32 2E 0 20 25 47 9 17 17
Octal 111 62 56 0 40 45 107 11 27 27
Binary 1001001 110010 101110 0 100000 100101 1000111 1001 10111 10111

Color Harmonies of #49322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49322E

Black with #49322E

Text Example


Text Example

White with #49322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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