Html Css Color HEX #49342E Cedar

📋 copy color: '#49342E'

red 73 ◦ green 52 ◦ blue 46

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

Shades of Cedar #49342E

Tints of Cedar #49342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

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

R = 42.69%
G = 30.41%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49342E (or 0x49342E) is known color: Cedar. HEX triplet: 49, 34 and 2E. RGB value is (73,52,46). Sum of RGB (Red+Green+Blue) = 73+52+46=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49342E is #B6CBD1. Grayscale: #393939. Windows color (decimal): -11979730 or 3028041. OLE color: 3028041.

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

Color convert

RGB 73 52 46 -
CMYK 0 0.29 0.37 0.71
HSL 13.33º 0.23% 0.23% -
HSV(B) 13.33º 0.37% 0.29% -
XYZ 4.47 4.07 3.13 -
YUV 57.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 73 52 46 0 0.29 0.37 0.71 13.33 0.23 0.23
Hex 49 34 2E 0 1D 25 47 D 17 17
Octal 111 64 56 0 35 45 107 15 27 27
Binary 1001001 110100 101110 0 11101 100101 1000111 1101 10111 10111

Color Harmonies of #49342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49342E

Black with #49342E

Text Example


Text Example

White with #49342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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