Html Css Color HEX #493431 Cedar

📋 copy color: '#493431'

red 73 ◦ green 52 ◦ blue 49

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

Shades of Cedar #493431

Tints of Cedar #493431

RGB

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

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

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

R = 41.95%
G = 29.89%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#493431 (or 0x493431) is known color: Cedar. HEX triplet: 49, 34 and 31. RGB value is (73,52,49). Sum of RGB (Red+Green+Blue) = 73+52+49=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493431 is #B6CBCE. Grayscale: #393939. Windows color (decimal): -11979727 or 3224649. OLE color: 3224649.

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

Color convert

RGB 73 52 49 -
CMYK 0 0.29 0.33 0.71
HSL 7.5º 0.2% 0.24% -
HSV(B) 7.5º 0.33% 0.29% -
XYZ 4.53 4.09 3.46 -
YUV 57.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 73 52 49 0 0.29 0.33 0.71 7.5 0.2 0.24
Hex 49 34 31 0 1D 21 47 8 14 18
Octal 111 64 61 0 35 41 107 10 24 30
Binary 1001001 110100 110001 0 11101 100001 1000111 1000 10100 11000

Color Harmonies of #493431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493431

Black with #493431

Text Example


Text Example

White with #493431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493431; }

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

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

background-color css

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

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

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

border-color css

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

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

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