Html Css Color HEX #493B35 Paco

📋 copy color: '#493B35'

red 73 ◦ green 59 ◦ blue 53

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

Shades of Paco #493B35

Tints of Paco #493B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

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

R = 39.46%
G = 31.89%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#493B35 (or 0x493B35) is known color: Paco. HEX triplet: 49, 3B and 35. RGB value is (73,59,53). Sum of RGB (Red+Green+Blue) = 73+59+53=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B35 is #B6C4CA. Grayscale: #3E3E3E. Windows color (decimal): -11977931 or 3488585. OLE color: 3488585.

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

Color convert

RGB 73 59 53 -
CMYK 0 0.19 0.27 0.71
HSL 18º 0.16% 0.25% -
HSV(B) 18º 0.27% 0.29% -
XYZ 4.95 4.8 4.03 -
YUV 62.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 73 59 53 0 0.19 0.27 0.71 18 0.16 0.25
Hex 49 3B 35 0 13 1B 47 12 10 19
Octal 111 73 65 0 23 33 107 22 20 31
Binary 1001001 111011 110101 0 10011 11011 1000111 10010 10000 11001

Color Harmonies of #493B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B35

Black with #493B35

Text Example


Text Example

White with #493B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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