Html Css Color HEX #493531 Cedar

📋 copy color: '#493531'

red 73 ◦ green 53 ◦ blue 49

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

Shades of Cedar #493531

Tints of Cedar #493531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28%

R = 41.71%
G = 30.29%
B = 28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493531 (or 0x493531) is known color: Cedar. HEX triplet: 49, 35 and 31. RGB value is (73,53,49). Sum of RGB (Red+Green+Blue) = 73+53+49=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493531 is #B6CACE. Grayscale: #3A3A3A. Windows color (decimal): -11979471 or 3224905. OLE color: 3224905.

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

Color convert

RGB 73 53 49 -
CMYK 0 0.27 0.33 0.71
HSL 10º 0.2% 0.24% -
HSV(B) 10º 0.33% 0.29% -
XYZ 4.58 4.18 3.47 -
YUV 58.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 73 53 49 0 0.27 0.33 0.71 10 0.2 0.24
Hex 49 35 31 0 1B 21 47 A 14 18
Octal 111 65 61 0 33 41 107 12 24 30
Binary 1001001 110101 110001 0 11011 100001 1000111 1010 10100 11000

Color Harmonies of #493531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493531

Black with #493531

Text Example


Text Example

White with #493531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493531; }

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

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

background-color css

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

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

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

border-color css

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

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

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