Html Css Color HEX #493732 Cedar

📋 copy color: '#493732'

red 73 ◦ green 55 ◦ blue 50

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

Shades of Cedar #493732

Tints of Cedar #493732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 50 (19.92% from 255) = 28.09%

R = 41.01%
G = 30.9%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#493732 (or 0x493732) is known color: Cedar. HEX triplet: 49, 37 and 32. RGB value is (73,55,50). Sum of RGB (Red+Green+Blue) = 73+55+50=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493732 is #B6C8CD. Grayscale: #3B3B3B. Windows color (decimal): -11978958 or 3290953. OLE color: 3290953.

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

Color convert

RGB 73 55 50 -
CMYK 0 0.25 0.32 0.71
HSL 13.04º 0.19% 0.24% -
HSV(B) 13.04º 0.32% 0.29% -
XYZ 4.69 4.38 3.62 -
YUV 59.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 73 55 50 0 0.25 0.32 0.71 13.04 0.19 0.24
Hex 49 37 32 0 19 20 47 D 13 18
Octal 111 67 62 0 31 40 107 15 23 30
Binary 1001001 110111 110010 0 11001 100000 1000111 1101 10011 11000

Color Harmonies of #493732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493732

Black with #493732

Text Example


Text Example

White with #493732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493732; }

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

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

background-color css

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

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

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

border-color css

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

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

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