Html Css Color HEX #53463F Paco

📋 copy color: '#53463F'

red 83 ◦ green 70 ◦ blue 63

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

Shades of Paco #53463F

Tints of Paco #53463F

RGB

 RED value IS 83 (32.81% from 255) = 38.43%

 GREEN value IS 70 (27.73% from 255) = 32.41%

 BLUE value IS 63 (25% from 255) = 29.17%

R = 38.43%
G = 32.41%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53463F (or 0x53463F) is known color: Paco. HEX triplet: 53, 46 and 3F. RGB value is (83,70,63). Sum of RGB (Red+Green+Blue) = 83+70+63=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #53463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463F is #ACB9C0. Grayscale: #494949. Windows color (decimal): -11319745 or 4146771. OLE color: 4146771.

HSL color Cylindrical-coordinate representation of color #53463F: hue angle of 21º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53463F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 63 -
CMYK 0 0.16 0.24 0.67
HSL 21º 0.14% 0.29% -
HSV(B) 21º 0.24% 0.33% -
XYZ 6.65 6.58 5.62 -
YUV 73.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 83 70 63 0 0.16 0.24 0.67 21 0.14 0.29
Hex 53 46 3F 0 10 18 43 15 E 1D
Octal 123 106 77 0 20 30 103 25 16 35
Binary 1010011 1000110 111111 0 10000 11000 1000011 10101 1110 11101

Color Harmonies of #53463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53463F

Black with #53463F

Text Example


Text Example

White with #53463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53463F; }

 p { color: rgb(83,70,63); }

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

background-color css

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

 a { background-color: rgb(83,70,63); }

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

border-color css

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

 span { border-color: rgb(83,70,63); }

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