Html Css Color HEX #493C35 Paco

📋 copy color: '#493C35'

red 73 ◦ green 60 ◦ blue 53

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

Shades of Paco #493C35

Tints of Paco #493C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.26%

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

R = 39.25%
G = 32.26%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#493C35 (or 0x493C35) is known color: Paco. HEX triplet: 49, 3C and 35. RGB value is (73,60,53). Sum of RGB (Red+Green+Blue) = 73+60+53=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #493C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C35 is #B6C3CA. Grayscale: #3F3F3F. Windows color (decimal): -11977675 or 3488841. OLE color: 3488841.

HSL color Cylindrical-coordinate representation of color #493C35: hue angle of 21º 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 #493C35 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 60 53 -
CMYK 0 0.18 0.27 0.71
HSL 21º 0.16% 0.25% -
HSV(B) 21º 0.27% 0.29% -
XYZ 5.01 4.91 4.05 -
YUV 63.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 73 60 53 0 0.18 0.27 0.71 21 0.16 0.25
Hex 49 3C 35 0 12 1B 47 15 10 19
Octal 111 74 65 0 22 33 107 25 20 31
Binary 1001001 111100 110101 0 10010 11011 1000111 10101 10000 11001

Color Harmonies of #493C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C35

Black with #493C35

Text Example


Text Example

White with #493C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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