Html Css Color HEX #493935 Cedar

📋 copy color: '#493935'

red 73 ◦ green 57 ◦ blue 53

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

Shades of Cedar #493935

Tints of Cedar #493935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.15%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 39.89%
G = 31.15%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#493935 (or 0x493935) is known color: Cedar. HEX triplet: 49, 39 and 35. RGB value is (73,57,53). Sum of RGB (Red+Green+Blue) = 73+57+53=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493935 is #B6C6CA. Grayscale: #3D3D3D. Windows color (decimal): -11978443 or 3488073. OLE color: 3488073.

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

Color convert

RGB 73 57 53 -
CMYK 0 0.22 0.27 0.71
HSL 12º 0.16% 0.25% -
HSV(B) 12º 0.27% 0.29% -
XYZ 4.85 4.6 4 -
YUV 61.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 73 57 53 0 0.22 0.27 0.71 12 0.16 0.25
Hex 49 39 35 0 16 1B 47 C 10 19
Octal 111 71 65 0 26 33 107 14 20 31
Binary 1001001 111001 110101 0 10110 11011 1000111 1100 10000 11001

Color Harmonies of #493935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493935

Black with #493935

Text Example


Text Example

White with #493935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493935; }

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

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

background-color css

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

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

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

border-color css

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

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

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