Html Css Color HEX #49352F Cedar

📋 copy color: '#49352F'

red 73 ◦ green 53 ◦ blue 47

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

Shades of Cedar #49352F

Tints of Cedar #49352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 42.2%
G = 30.64%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49352F (or 0x49352F) is known color: Cedar. HEX triplet: 49, 35 and 2F. RGB value is (73,53,47). Sum of RGB (Red+Green+Blue) = 73+53+47=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49352F is #B6CAD0. Grayscale: #3A3A3A. Windows color (decimal): -11979473 or 3093833. OLE color: 3093833.

HSL color Cylindrical-coordinate representation of color #49352F: hue angle of 13.85º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49352F is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 47 -
CMYK 0 0.27 0.36 0.71
HSL 13.85º 0.22% 0.24% -
HSV(B) 13.85º 0.36% 0.29% -
XYZ 4.53 4.17 3.25 -
YUV 58.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 73 53 47 0 0.27 0.36 0.71 13.85 0.22 0.24
Hex 49 35 2F 0 1B 24 47 E 16 18
Octal 111 65 57 0 33 44 107 16 26 30
Binary 1001001 110101 101111 0 11011 100100 1000111 1110 10110 11000

Color Harmonies of #49352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49352F

Black with #49352F

Text Example


Text Example

White with #49352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49352F; }

 p { color: rgb(73,53,47); }

 H1.HeaderClassName
 {
   color: #49352F;
 }
 .AnyTagClassName
 {
   color: #49352F;
 }
</style>

background-color css

<style>
 a { background-color: #49352F; }

 a { background-color: rgb(73,53,47); }

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

border-color css

<style>
 span { border-color: #49352F; }

 span { border-color: rgb(73,53,47); }

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